Shades of Black Pearl #0C1319
Tints of Black Pearl #0C1319
RGB
CMYK
RGB Variations
Color information
#0C1319 (or 0x0C1319) is known color: Black Pearl. HEX triplet: 0C, 13 and 19. RGB value is (12,19,25). Sum of RGB (Red+Green+Blue) = 12+19+25=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C1319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1319 is #F3ECE6. Grayscale: #111111. Windows color (decimal): -15985895 or 1643276. OLE color: 1643276.
HSL color Cylindrical-coordinate representation of color #0C1319: hue angle of 207.69º 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 #0C1319 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 19 | 25 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.90 |
| HSL | 207.69º | 0.35% | 0.07% | - |
| HSV(B) | 207.69º | 0.52% | 0.1% | - |
| XYZ | 0.56 | 0.61 | 1.01 | - |
| YUV | 17.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 25 | 0.52 | 0.24 | 0 | 0.90 | 207.69 | 0.35 | 0.07 |
| Hex | C | 13 | 19 | 34 | 18 | 0 | 5A | D0 | 23 | 7 |
| Octal | 14 | 23 | 31 | 64 | 30 | 0 | 132 | 320 | 43 | 7 |
| Binary | 1100 | 10011 | 11001 | 110100 | 11000 | 0 | 1011010 | 11010000 | 100011 | 111 |
Color Harmonies of #0C1319
Complementary color
Monochromatic Colors of #0C1319
Black with #0C1319
Text Example
Text Example
White with #0C1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1319; }
p { color: rgb(12,19,25); }
H1.HeaderClassName
{
color: #0C1319;
}
.AnyTagClassName
{
color: #0C1319;
}
</style>
background-color css
<style>
a { background-color: #0C1319; }
a { background-color: rgb(12,19,25); }
div.DivClassName
{
background-color: #0C1319;
}
.BgClassName
{
background-color: #0C1319;
}
</style>
border-color css
<style>
span { border-color: #0C1319; }
span { border-color: rgb(12,19,25); }
td.TdClassName
{
border-color: #0C1319;
}
.TagClassName
{
border-color: #0C1319;
}
</style>