Shades of Black Pearl #0C1112
Tints of Black Pearl #0C1112
RGB
CMYK
RGB Variations
Color information
#0C1112 (or 0x0C1112) is known color: Black Pearl. HEX triplet: 0C, 11 and 12. RGB value is (12,17,18). Sum of RGB (Red+Green+Blue) = 12+17+18=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 18 - color contains mainly: blue. Hex color #0C1112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1112 is #F3EEED. Grayscale: #0F0F0F. Windows color (decimal): -15986414 or 1184012. OLE color: 1184012.
HSL color Cylindrical-coordinate representation of color #0C1112: hue angle of 190º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C1112 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 17 | 18 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.93 |
| HSL | 190º | 0.2% | 0.06% | - |
| HSV(B) | 190º | 0.33% | 0.07% | - |
| XYZ | 0.46 | 0.52 | 0.65 | - |
| YUV | 15.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 18 | 0.33 | 0.06 | 0 | 0.93 | 190 | 0.2 | 0.06 |
| Hex | C | 11 | 12 | 21 | 6 | 0 | 5D | BE | 14 | 6 |
| Octal | 14 | 21 | 22 | 41 | 6 | 0 | 135 | 276 | 24 | 6 |
| Binary | 1100 | 10001 | 10010 | 100001 | 110 | 0 | 1011101 | 10111110 | 10100 | 110 |
Color Harmonies of #0C1112
Complementary color
Monochromatic Colors of #0C1112
Black with #0C1112
Text Example
Text Example
White with #0C1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1112; }
p { color: rgb(12,17,18); }
H1.HeaderClassName
{
color: #0C1112;
}
.AnyTagClassName
{
color: #0C1112;
}
</style>
background-color css
<style>
a { background-color: #0C1112; }
a { background-color: rgb(12,17,18); }
div.DivClassName
{
background-color: #0C1112;
}
.BgClassName
{
background-color: #0C1112;
}
</style>
border-color css
<style>
span { border-color: #0C1112; }
span { border-color: rgb(12,17,18); }
td.TdClassName
{
border-color: #0C1112;
}
.TagClassName
{
border-color: #0C1112;
}
</style>