#040D18

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

Shades of Black Pearl #040D18

Tints of Black Pearl #040D18

Color information

#040D18 (or 0x040D18) is unknown color: approx Black Pearl. HEX triplet: 04, 0D and 18. RGB value is (4,13,24). Sum of RGB (Red+Green+Blue) = 4+13+24=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #040D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D18 is #FBF2E7. Grayscale: #0B0B0B. Windows color (decimal): -16511720 or 1576196. OLE color: 1576196.

HSL color Cylindrical-coordinate representation of color #040D18: hue angle of 213º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #040D18 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB41324-
CMYK0.830.4600.91
HSL213º71.43%5.49%-
HSV(B)213º83.33%9.41%-
XYZ0.360.380.92-
YUV11.56135.02122.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.76%
GREEN value IS 13 (5.47% from 255) = 31.71%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=9.76%
G=31.71%
B=58.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal413240.830.4600.9121371.435.49
Hex4D18532E05Bd5475
Octal415301235601333251075
Binary100110111000101001110111001011011110101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,13,24); }

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

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

 a { background-color: rgb(4,13,24); }

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

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

 span { border-color: rgb(4,13,24); }

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