Shades of Black Pearl #0C1416
Tints of Black Pearl #0C1416
RGB
CMYK
RGB Variations
Color information
#0C1416 (or 0x0C1416) is known color: Black Pearl. HEX triplet: 0C, 14 and 16. RGB value is (12,20,22). Sum of RGB (Red+Green+Blue) = 12+20+22=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C1416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1416 is #F3EBE9. Grayscale: #111111. Windows color (decimal): -15985642 or 1446924. OLE color: 1446924.
HSL color Cylindrical-coordinate representation of color #0C1416: hue angle of 192º 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 #0C1416 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 20 | 22 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.91 |
| HSL | 192º | 0.29% | 0.07% | - |
| HSV(B) | 192º | 0.45% | 0.09% | - |
| XYZ | 0.55 | 0.64 | 0.85 | - |
| YUV | 17.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 22 | 0.45 | 0.09 | 0 | 0.91 | 192 | 0.29 | 0.07 |
| Hex | C | 14 | 16 | 2D | 9 | 0 | 5B | C0 | 1D | 7 |
| Octal | 14 | 24 | 26 | 55 | 11 | 0 | 133 | 300 | 35 | 7 |
| Binary | 1100 | 10100 | 10110 | 101101 | 1001 | 0 | 1011011 | 11000000 | 11101 | 111 |
Color Harmonies of #0C1416
Complementary color
Monochromatic Colors of #0C1416
Black with #0C1416
Text Example
Text Example
White with #0C1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1416; }
p { color: rgb(12,20,22); }
H1.HeaderClassName
{
color: #0C1416;
}
.AnyTagClassName
{
color: #0C1416;
}
</style>
background-color css
<style>
a { background-color: #0C1416; }
a { background-color: rgb(12,20,22); }
div.DivClassName
{
background-color: #0C1416;
}
.BgClassName
{
background-color: #0C1416;
}
</style>
border-color css
<style>
span { border-color: #0C1416; }
span { border-color: rgb(12,20,22); }
td.TdClassName
{
border-color: #0C1416;
}
.TagClassName
{
border-color: #0C1416;
}
</style>