Shades of Black Pearl #0C191B
Tints of Black Pearl #0C191B
RGB
CMYK
RGB Variations
Color information
#0C191B (or 0x0C191B) is known color: Black Pearl. HEX triplet: 0C, 19 and 1B. RGB value is (12,25,27). Sum of RGB (Red+Green+Blue) = 12+25+27=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C191B is #F3E6E4. Grayscale: #151515. Windows color (decimal): -15984357 or 1775884. OLE color: 1775884.
HSL color Cylindrical-coordinate representation of color #0C191B: hue angle of 188º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C191B is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 25 | 27 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.89 |
| HSL | 188º | 0.38% | 0.08% | - |
| HSV(B) | 188º | 0.56% | 0.11% | - |
| XYZ | 0.7 | 0.85 | 1.16 | - |
| YUV | 21.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 27 | 0.56 | 0.07 | 0 | 0.89 | 188 | 0.38 | 0.08 |
| Hex | C | 19 | 1B | 38 | 7 | 0 | 59 | BC | 26 | 8 |
| Octal | 14 | 31 | 33 | 70 | 7 | 0 | 131 | 274 | 46 | 10 |
| Binary | 1100 | 11001 | 11011 | 111000 | 111 | 0 | 1011001 | 10111100 | 100110 | 1000 |
Color Harmonies of #0C191B
Complementary color
Monochromatic Colors of #0C191B
Black with #0C191B
Text Example
Text Example
White with #0C191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C191B; }
p { color: rgb(12,25,27); }
H1.HeaderClassName
{
color: #0C191B;
}
.AnyTagClassName
{
color: #0C191B;
}
</style>
background-color css
<style>
a { background-color: #0C191B; }
a { background-color: rgb(12,25,27); }
div.DivClassName
{
background-color: #0C191B;
}
.BgClassName
{
background-color: #0C191B;
}
</style>
border-color css
<style>
span { border-color: #0C191B; }
span { border-color: rgb(12,25,27); }
td.TdClassName
{
border-color: #0C191B;
}
.TagClassName
{
border-color: #0C191B;
}
</style>