#41044a

Color #41044A Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #41044A

Tints of Blackcurrant #41044A

Color information

#41044A (or 0x41044A) is unknown color: approx Blackcurrant. HEX triplet: 41, 04 and 4A. RGB value is (65,4,74). Sum of RGB (Red+Green+Blue) = 65+4+74=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #41044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41044A is #BEFBB5. Grayscale: #1E1E1E. Windows color (decimal): -12516278 or 4850753. OLE color: 4850753.

HSL color Cylindrical-coordinate representation of color #41044A: hue angle of 292.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41044A is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB65474-
CMYK0.120.9500.71
HSL292.29º89.74%15.29%-
HSV(B)292.29º94.59%29.02%-
XYZ3.461.716.63-
YUV30.22152.71152.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 74 (29.30% from 255) = 51.75%
R=45.45%
G=2.80%
B=51.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal654740.120.9500.71292.2989.7415.29
Hex4144AC5F0471245af
Octal101411214137010744413217
Binary10000011001001010110010111110100011110010010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41044a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41044a; }

 p { color: rgb(65,4,74); }

 H1.HeaderClassName
 {
   color: #41044a;
 }
 .AnyTagClassName
 {
   color: #41044a;
 }
</style>
background-color css

<style>
 a { background-color: #41044a; }

 a { background-color: rgb(65,4,74); }

 div.DivClassName
 {
   background-color: #41044a;
 }
 .BgClassName
 {
   background-color: #41044a;
 }
</style>
border-color css

<style>
 span { border-color: #41044a; }

 span { border-color: rgb(65,4,74); }

 td.TdClassName
 {
   border-color: #41044a;
 }
 .TagClassName
 {
   border-color: #41044a;
 }
</style>