#040F16

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

Shades of Black Pearl #040F16

Tints of Black Pearl #040F16

Color information

#040F16 (or 0x040F16) is unknown color: approx Black Pearl. HEX triplet: 04, 0F and 16. RGB value is (4,15,22). Sum of RGB (Red+Green+Blue) = 4+15+22=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #040F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F16 is #FBF0E9. Grayscale: #0C0C0C. Windows color (decimal): -16511210 or 1445636. OLE color: 1445636.

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

Color convert

RGB41522-
CMYK0.820.3200.91
HSL203.33º69.23%5.1%-
HSV(B)203.33º81.82%8.63%-
XYZ0.370.430.82-
YUV12.51133.36121.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.76%
GREEN value IS 15 (6.25% from 255) = 36.59%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=9.76%
G=36.59%
B=53.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal415220.820.3200.91203.3369.235.1
Hex4F16522005Bcb455
Octal417261224001333131055
Binary100111110110101001010000001011011110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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