#000C16

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

Shades of Black Pearl #000C16

Tints of Black Pearl #000C16

Color information

#000C16 (or 0x000C16) is unknown color: approx Black Pearl. HEX triplet: 00, 0C and 16. RGB value is (0,12,22). Sum of RGB (Red+Green+Blue) = 0+12+22=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #000C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C16 is #FFF3E9. Grayscale: #090909. Windows color (decimal): -16774122 or 1444864. OLE color: 1444864.

HSL color Cylindrical-coordinate representation of color #000C16: hue angle of 207.27º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C16 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB01222-
CMYK10.4500.91
HSL207.27º100%4.31%-
HSV(B)207.27º100%8.63%-
XYZ0.280.320.81-
YUV9.55135.02121.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 35.29%
BLUE value IS 22 (8.98% from 255) = 64.71%
R=0%
G=35.29%
B=64.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0122210.4500.91207.271004.31
Hex0C16642D05Bcf644
Octal014261445501333171444
Binary0110010110110010010110101011011110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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