Shades of Black Pearl #0C191A
Tints of Black Pearl #0C191A
RGB
CMYK
RGB Variations
Color information
#0C191A (or 0x0C191A) is known color: Black Pearl. HEX triplet: 0C, 19 and 1A. RGB value is (12,25,26). Sum of RGB (Red+Green+Blue) = 12+25+26=63 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.05% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C191A is #F3E6E5. Grayscale: #151515. Windows color (decimal): -15984358 or 1710348. OLE color: 1710348.
HSL color Cylindrical-coordinate representation of color #0C191A: hue angle of 184.29º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C191A is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 25 | 26 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.90 |
| HSL | 184.29º | 0.37% | 0.07% | - |
| HSV(B) | 184.29º | 0.54% | 0.1% | - |
| XYZ | 0.69 | 0.85 | 1.1 | - |
| YUV | 21.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 26 | 0.54 | 0.04 | 0 | 0.90 | 184.29 | 0.37 | 0.07 |
| Hex | C | 19 | 1A | 36 | 4 | 0 | 5A | B8 | 25 | 7 |
| Octal | 14 | 31 | 32 | 66 | 4 | 0 | 132 | 270 | 45 | 7 |
| Binary | 1100 | 11001 | 11010 | 110110 | 100 | 0 | 1011010 | 10111000 | 100101 | 111 |
Color Harmonies of #0C191A
Complementary color
Monochromatic Colors of #0C191A
Black with #0C191A
Text Example
Text Example
White with #0C191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C191A; }
p { color: rgb(12,25,26); }
H1.HeaderClassName
{
color: #0C191A;
}
.AnyTagClassName
{
color: #0C191A;
}
</style>
background-color css
<style>
a { background-color: #0C191A; }
a { background-color: rgb(12,25,26); }
div.DivClassName
{
background-color: #0C191A;
}
.BgClassName
{
background-color: #0C191A;
}
</style>
border-color css
<style>
span { border-color: #0C191A; }
span { border-color: rgb(12,25,26); }
td.TdClassName
{
border-color: #0C191A;
}
.TagClassName
{
border-color: #0C191A;
}
</style>