Shades of Black Pearl #0C1113
Tints of Black Pearl #0C1113
RGB
CMYK
RGB Variations
Color information
#0C1113 (or 0x0C1113) is known color: Black Pearl. HEX triplet: 0C, 11 and 13. RGB value is (12,17,19). Sum of RGB (Red+Green+Blue) = 12+17+19=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C1113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1113 is #F3EEEC. Grayscale: #0F0F0F. Windows color (decimal): -15986413 or 1249548. OLE color: 1249548.
HSL color Cylindrical-coordinate representation of color #0C1113: hue angle of 197.14º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0C1113 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 17 | 19 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.93 |
| HSL | 197.14º | 0.23% | 0.06% | - |
| HSV(B) | 197.14º | 0.37% | 0.07% | - |
| XYZ | 0.47 | 0.53 | 0.69 | - |
| YUV | 15.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 19 | 0.37 | 0.11 | 0 | 0.93 | 197.14 | 0.23 | 0.06 |
| Hex | C | 11 | 13 | 25 | B | 0 | 5D | C5 | 17 | 6 |
| Octal | 14 | 21 | 23 | 45 | 13 | 0 | 135 | 305 | 27 | 6 |
| Binary | 1100 | 10001 | 10011 | 100101 | 1011 | 0 | 1011101 | 11000101 | 10111 | 110 |
Color Harmonies of #0C1113
Complementary color
Monochromatic Colors of #0C1113
Black with #0C1113
Text Example
Text Example
White with #0C1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1113; }
p { color: rgb(12,17,19); }
H1.HeaderClassName
{
color: #0C1113;
}
.AnyTagClassName
{
color: #0C1113;
}
</style>
background-color css
<style>
a { background-color: #0C1113; }
a { background-color: rgb(12,17,19); }
div.DivClassName
{
background-color: #0C1113;
}
.BgClassName
{
background-color: #0C1113;
}
</style>
border-color css
<style>
span { border-color: #0C1113; }
span { border-color: rgb(12,17,19); }
td.TdClassName
{
border-color: #0C1113;
}
.TagClassName
{
border-color: #0C1113;
}
</style>