#040C16

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

Shades of Black Pearl #040C16

Tints of Black Pearl #040C16

Color information

#040C16 (or 0x040C16) is unknown color: approx Black Pearl. HEX triplet: 04, 0C and 16. RGB value is (4,12,22). Sum of RGB (Red+Green+Blue) = 4+12+22=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #040C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C16 is #FBF3E9. Grayscale: #0A0A0A. Windows color (decimal): -16511978 or 1444868. OLE color: 1444868.

HSL color Cylindrical-coordinate representation of color #040C16: hue angle of 213.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 #040C16 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB41222-
CMYK0.820.4500.91
HSL213.33º69.23%5.1%-
HSV(B)213.33º81.82%8.63%-
XYZ0.330.350.81-
YUV10.75134.35123.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.53%
GREEN value IS 12 (5.08% from 255) = 31.58%
BLUE value IS 22 (8.98% from 255) = 57.89%
R=10.53%
G=31.58%
B=57.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal412220.820.4500.91213.3369.235.1
Hex4C16522D05Bd5455
Octal414261225501333251055
Binary100110010110101001010110101011011110101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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