Shades of Black Pearl #0C191F
Tints of Black Pearl #0C191F
RGB
CMYK
RGB Variations
Color information
#0C191F (or 0x0C191F) is known color: Black Pearl. HEX triplet: 0C, 19 and 1F. RGB value is (12,25,31). Sum of RGB (Red+Green+Blue) = 12+25+31=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C191F is #F3E6E0. Grayscale: #151515. Windows color (decimal): -15984353 or 2038028. OLE color: 2038028.
HSL color Cylindrical-coordinate representation of color #0C191F: hue angle of 198.95º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C191F is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 25 | 31 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.88 |
| HSL | 198.95º | 0.44% | 0.08% | - |
| HSV(B) | 198.95º | 0.61% | 0.12% | - |
| XYZ | 0.75 | 0.87 | 1.43 | - |
| YUV | 21.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 31 | 0.61 | 0.19 | 0 | 0.88 | 198.95 | 0.44 | 0.08 |
| Hex | C | 19 | 1F | 3D | 13 | 0 | 58 | C7 | 2C | 8 |
| Octal | 14 | 31 | 37 | 75 | 23 | 0 | 130 | 307 | 54 | 10 |
| Binary | 1100 | 11001 | 11111 | 111101 | 10011 | 0 | 1011000 | 11000111 | 101100 | 1000 |
Color Harmonies of #0C191F
Complementary color
Monochromatic Colors of #0C191F
Black with #0C191F
Text Example
Text Example
White with #0C191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C191F; }
p { color: rgb(12,25,31); }
H1.HeaderClassName
{
color: #0C191F;
}
.AnyTagClassName
{
color: #0C191F;
}
</style>
background-color css
<style>
a { background-color: #0C191F; }
a { background-color: rgb(12,25,31); }
div.DivClassName
{
background-color: #0C191F;
}
.BgClassName
{
background-color: #0C191F;
}
</style>
border-color css
<style>
span { border-color: #0C191F; }
span { border-color: rgb(12,25,31); }
td.TdClassName
{
border-color: #0C191F;
}
.TagClassName
{
border-color: #0C191F;
}
</style>