Shades of Black Pearl #0C1617
Tints of Black Pearl #0C1617
RGB
CMYK
RGB Variations
Color information
#0C1617 (or 0x0C1617) is known color: Black Pearl. HEX triplet: 0C, 16 and 17. RGB value is (12,22,23). Sum of RGB (Red+Green+Blue) = 12+22+23=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C1617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1617 is #F3E9E8. Grayscale: #131313. Windows color (decimal): -15985129 or 1512972. OLE color: 1512972.
HSL color Cylindrical-coordinate representation of color #0C1617: hue angle of 185.45º 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 #0C1617 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 22 | 23 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.91 |
| HSL | 185.45º | 0.31% | 0.07% | - |
| HSV(B) | 185.45º | 0.48% | 0.09% | - |
| XYZ | 0.59 | 0.71 | 0.92 | - |
| YUV | 19.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 23 | 0.48 | 0.04 | 0 | 0.91 | 185.45 | 0.31 | 0.07 |
| Hex | C | 16 | 17 | 30 | 4 | 0 | 5B | B9 | 1F | 7 |
| Octal | 14 | 26 | 27 | 60 | 4 | 0 | 133 | 271 | 37 | 7 |
| Binary | 1100 | 10110 | 10111 | 110000 | 100 | 0 | 1011011 | 10111001 | 11111 | 111 |
Color Harmonies of #0C1617
Complementary color
Monochromatic Colors of #0C1617
Black with #0C1617
Text Example
Text Example
White with #0C1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1617; }
p { color: rgb(12,22,23); }
H1.HeaderClassName
{
color: #0C1617;
}
.AnyTagClassName
{
color: #0C1617;
}
</style>
background-color css
<style>
a { background-color: #0C1617; }
a { background-color: rgb(12,22,23); }
div.DivClassName
{
background-color: #0C1617;
}
.BgClassName
{
background-color: #0C1617;
}
</style>
border-color css
<style>
span { border-color: #0C1617; }
span { border-color: rgb(12,22,23); }
td.TdClassName
{
border-color: #0C1617;
}
.TagClassName
{
border-color: #0C1617;
}
</style>