#041219

Color #041219 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #041219

Tints of Black Pearl #041219

Color information

#041219 (or 0x041219) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 19. RGB value is (4,18,25). Sum of RGB (Red+Green+Blue) = 4+18+25=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #041219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041219 is #FBEDE6. Grayscale: #0E0E0E. Windows color (decimal): -16510439 or 1643012. OLE color: 1643012.

HSL color Cylindrical-coordinate representation of color #041219: hue angle of 200º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #041219 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB41825-
CMYK0.840.2800.90
HSL200º72.41%5.69%-
HSV(B)200º84%9.8%-
XYZ0.440.531-
YUV14.61133.86120.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.51%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=8.51%
G=38.30%
B=53.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal418250.840.2800.9020072.415.69
Hex41219541C05Ac8486
Octal422311243401323101106
Binary100100101100110101001110001011010110010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041219; }

 p { color: rgb(4,18,25); }

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

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

 a { background-color: rgb(4,18,25); }

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

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

 span { border-color: rgb(4,18,25); }

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