Shades of Black Pearl #0C191E
Tints of Black Pearl #0C191E
RGB
CMYK
RGB Variations
Color information
#0C191E (or 0x0C191E) is known color: Black Pearl. HEX triplet: 0C, 19 and 1E. RGB value is (12,25,30). Sum of RGB (Red+Green+Blue) = 12+25+30=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C191E is #F3E6E1. Grayscale: #151515. Windows color (decimal): -15984354 or 1972492. OLE color: 1972492.
HSL color Cylindrical-coordinate representation of color #0C191E: hue angle of 196.67º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C191E is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 25 | 30 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.88 |
| HSL | 196.67º | 0.43% | 0.08% | - |
| HSV(B) | 196.67º | 0.6% | 0.12% | - |
| XYZ | 0.73 | 0.87 | 1.36 | - |
| YUV | 21.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 30 | 0.60 | 0.17 | 0 | 0.88 | 196.67 | 0.43 | 0.08 |
| Hex | C | 19 | 1E | 3C | 11 | 0 | 58 | C5 | 2B | 8 |
| Octal | 14 | 31 | 36 | 74 | 21 | 0 | 130 | 305 | 53 | 10 |
| Binary | 1100 | 11001 | 11110 | 111100 | 10001 | 0 | 1011000 | 11000101 | 101011 | 1000 |
Color Harmonies of #0C191E
Complementary color
Monochromatic Colors of #0C191E
Black with #0C191E
Text Example
Text Example
White with #0C191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C191E; }
p { color: rgb(12,25,30); }
H1.HeaderClassName
{
color: #0C191E;
}
.AnyTagClassName
{
color: #0C191E;
}
</style>
background-color css
<style>
a { background-color: #0C191E; }
a { background-color: rgb(12,25,30); }
div.DivClassName
{
background-color: #0C191E;
}
.BgClassName
{
background-color: #0C191E;
}
</style>
border-color css
<style>
span { border-color: #0C191E; }
span { border-color: rgb(12,25,30); }
td.TdClassName
{
border-color: #0C191E;
}
.TagClassName
{
border-color: #0C191E;
}
</style>