Shades of Black Pearl #0C1417
Tints of Black Pearl #0C1417
RGB
CMYK
RGB Variations
Color information
#0C1417 (or 0x0C1417) is known color: Black Pearl. HEX triplet: 0C, 14 and 17. RGB value is (12,20,23). Sum of RGB (Red+Green+Blue) = 12+20+23=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1417 is #F3EBE8. Grayscale: #111111. Windows color (decimal): -15985641 or 1512460. OLE color: 1512460.
HSL color Cylindrical-coordinate representation of color #0C1417: hue angle of 196.36º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C1417 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 20 | 23 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.91 |
| HSL | 196.36º | 0.31% | 0.07% | - |
| HSV(B) | 196.36º | 0.48% | 0.09% | - |
| XYZ | 0.56 | 0.64 | 0.9 | - |
| YUV | 17.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 23 | 0.48 | 0.13 | 0 | 0.91 | 196.36 | 0.31 | 0.07 |
| Hex | C | 14 | 17 | 30 | D | 0 | 5B | C4 | 1F | 7 |
| Octal | 14 | 24 | 27 | 60 | 15 | 0 | 133 | 304 | 37 | 7 |
| Binary | 1100 | 10100 | 10111 | 110000 | 1101 | 0 | 1011011 | 11000100 | 11111 | 111 |
Color Harmonies of #0C1417
Complementary color
Monochromatic Colors of #0C1417
Black with #0C1417
Text Example
Text Example
White with #0C1417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1417; }
p { color: rgb(12,20,23); }
H1.HeaderClassName
{
color: #0C1417;
}
.AnyTagClassName
{
color: #0C1417;
}
</style>
background-color css
<style>
a { background-color: #0C1417; }
a { background-color: rgb(12,20,23); }
div.DivClassName
{
background-color: #0C1417;
}
.BgClassName
{
background-color: #0C1417;
}
</style>
border-color css
<style>
span { border-color: #0C1417; }
span { border-color: rgb(12,20,23); }
td.TdClassName
{
border-color: #0C1417;
}
.TagClassName
{
border-color: #0C1417;
}
</style>