Shades of Black Pearl #0C1419
Tints of Black Pearl #0C1419
RGB
CMYK
RGB Variations
Color information
#0C1419 (or 0x0C1419) is known color: Black Pearl. HEX triplet: 0C, 14 and 19. RGB value is (12,20,25). Sum of RGB (Red+Green+Blue) = 12+20+25=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C1419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1419 is #F3EBE6. Grayscale: #121212. Windows color (decimal): -15985639 or 1643532. OLE color: 1643532.
HSL color Cylindrical-coordinate representation of color #0C1419: hue angle of 203.08º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1419 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 20 | 25 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.90 |
| HSL | 203.08º | 0.35% | 0.07% | - |
| HSV(B) | 203.08º | 0.52% | 0.1% | - |
| XYZ | 0.58 | 0.65 | 1.01 | - |
| YUV | 18.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 25 | 0.52 | 0.20 | 0 | 0.90 | 203.08 | 0.35 | 0.07 |
| Hex | C | 14 | 19 | 34 | 14 | 0 | 5A | CB | 23 | 7 |
| Octal | 14 | 24 | 31 | 64 | 24 | 0 | 132 | 313 | 43 | 7 |
| Binary | 1100 | 10100 | 11001 | 110100 | 10100 | 0 | 1011010 | 11001011 | 100011 | 111 |
Color Harmonies of #0C1419
Complementary color
Monochromatic Colors of #0C1419
Black with #0C1419
Text Example
Text Example
White with #0C1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1419; }
p { color: rgb(12,20,25); }
H1.HeaderClassName
{
color: #0C1419;
}
.AnyTagClassName
{
color: #0C1419;
}
</style>
background-color css
<style>
a { background-color: #0C1419; }
a { background-color: rgb(12,20,25); }
div.DivClassName
{
background-color: #0C1419;
}
.BgClassName
{
background-color: #0C1419;
}
</style>
border-color css
<style>
span { border-color: #0C1419; }
span { border-color: rgb(12,20,25); }
td.TdClassName
{
border-color: #0C1419;
}
.TagClassName
{
border-color: #0C1419;
}
</style>