#040F18

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

Shades of Black Pearl #040F18

Tints of Black Pearl #040F18

Color information

#040F18 (or 0x040F18) is unknown color: approx Black Pearl. HEX triplet: 04, 0F and 18. RGB value is (4,15,24). Sum of RGB (Red+Green+Blue) = 4+15+24=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #040F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F18 is #FBF0E7. Grayscale: #0C0C0C. Windows color (decimal): -16511208 or 1576708. OLE color: 1576708.

HSL color Cylindrical-coordinate representation of color #040F18: hue angle of 207º 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 #040F18 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB41524-
CMYK0.830.3700.91
HSL207º71.43%5.49%-
HSV(B)207º83.33%9.41%-
XYZ0.390.430.93-
YUV12.74134.36121.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.30%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 24 (9.77% from 255) = 55.81%
R=9.30%
G=34.88%
B=55.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal415240.830.3700.9120771.435.49
Hex4F18532505Bcf475
Octal417301234501333171075
Binary100111111000101001110010101011011110011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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