Shades of Black Pearl #0C1314
Tints of Black Pearl #0C1314
RGB
CMYK
RGB Variations
Color information
#0C1314 (or 0x0C1314) is known color: Black Pearl. HEX triplet: 0C, 13 and 14. RGB value is (12,19,20). Sum of RGB (Red+Green+Blue) = 12+19+20=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C1314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1314 is #F3ECEB. Grayscale: #111111. Windows color (decimal): -15985900 or 1315596. OLE color: 1315596.
HSL color Cylindrical-coordinate representation of color #0C1314: hue angle of 187.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C1314 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 19 | 20 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.92 |
| HSL | 187.5º | 0.25% | 0.06% | - |
| HSV(B) | 187.5º | 0.4% | 0.08% | - |
| XYZ | 0.51 | 0.59 | 0.75 | - |
| YUV | 17.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 20 | 0.40 | 0.05 | 0 | 0.92 | 187.5 | 0.25 | 0.06 |
| Hex | C | 13 | 14 | 28 | 5 | 0 | 5C | BC | 19 | 6 |
| Octal | 14 | 23 | 24 | 50 | 5 | 0 | 134 | 274 | 31 | 6 |
| Binary | 1100 | 10011 | 10100 | 101000 | 101 | 0 | 1011100 | 10111100 | 11001 | 110 |
Color Harmonies of #0C1314
Complementary color
Monochromatic Colors of #0C1314
Black with #0C1314
Text Example
Text Example
White with #0C1314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1314; }
p { color: rgb(12,19,20); }
H1.HeaderClassName
{
color: #0C1314;
}
.AnyTagClassName
{
color: #0C1314;
}
</style>
background-color css
<style>
a { background-color: #0C1314; }
a { background-color: rgb(12,19,20); }
div.DivClassName
{
background-color: #0C1314;
}
.BgClassName
{
background-color: #0C1314;
}
</style>
border-color css
<style>
span { border-color: #0C1314; }
span { border-color: rgb(12,19,20); }
td.TdClassName
{
border-color: #0C1314;
}
.TagClassName
{
border-color: #0C1314;
}
</style>