#040F19

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

Shades of Black Pearl #040F19

Tints of Black Pearl #040F19

Color information

#040F19 (or 0x040F19) is unknown color: approx Black Pearl. HEX triplet: 04, 0F and 19. RGB value is (4,15,25). Sum of RGB (Red+Green+Blue) = 4+15+25=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #040F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F19 is #FBF0E6. Grayscale: #0C0C0C. Windows color (decimal): -16511207 or 1642244. OLE color: 1642244.

HSL color Cylindrical-coordinate representation of color #040F19: hue angle of 208.57º 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 #040F19 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB41525-
CMYK0.840.4000.90
HSL208.57º72.41%5.69%-
HSV(B)208.57º84%9.8%-
XYZ0.40.440.98-
YUV12.85134.86121.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.09%
GREEN value IS 15 (6.25% from 255) = 34.09%
BLUE value IS 25 (10.16% from 255) = 56.82%
R=9.09%
G=34.09%
B=56.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal415250.840.4000.90208.5772.415.69
Hex4F19542805Ad1486
Octal417311245001323211106
Binary100111111001101010010100001011010110100011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040F19; }

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

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

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

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

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

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

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

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