#0C1216

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

Shades of Black Pearl #0C1216

Tints of Black Pearl #0C1216

Color information

#0C1216 (or 0x0C1216) is unknown color: approx Black Pearl. HEX triplet: 0C, 12 and 16. RGB value is (12,18,22). Sum of RGB (Red+Green+Blue) = 12+18+22=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C1216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1216 is #F3EDE9. Grayscale: #101010. Windows color (decimal): -15986154 or 1446412. OLE color: 1446412.

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

Color convert

RGB121822-
CMYK0.450.1800.91
HSL204º29.41%6.67%-
HSV(B)204º45.45%8.63%-
XYZ0.510.570.84-
YUV16.66131.01124.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.08%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 22 (8.98% from 255) = 42.31%
R=23.08%
G=34.62%
B=42.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1218220.450.1800.9120429.416.67
HexC12162D1205Bcc1d7
Octal14222655220133314357
Binary1100100101011010110110010010110111100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C1216; }

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

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

<style>
 a { background-color: #0C1216; }

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

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

<style>
 span { border-color: #0C1216; }

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

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