Shades of Black Pearl #0C191C
Tints of Black Pearl #0C191C
RGB
CMYK
RGB Variations
Color information
#0C191C (or 0x0C191C) is known color: Black Pearl. HEX triplet: 0C, 19 and 1C. RGB value is (12,25,28). Sum of RGB (Red+Green+Blue) = 12+25+28=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C191C is #F3E6E3. Grayscale: #151515. Windows color (decimal): -15984356 or 1841420. OLE color: 1841420.
HSL color Cylindrical-coordinate representation of color #0C191C: hue angle of 191.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C191C is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 25 | 28 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.89 |
| HSL | 191.25º | 0.4% | 0.08% | - |
| HSV(B) | 191.25º | 0.57% | 0.11% | - |
| XYZ | 0.71 | 0.86 | 1.23 | - |
| YUV | 21.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 28 | 0.57 | 0.11 | 0 | 0.89 | 191.25 | 0.4 | 0.08 |
| Hex | C | 19 | 1C | 39 | B | 0 | 59 | BF | 28 | 8 |
| Octal | 14 | 31 | 34 | 71 | 13 | 0 | 131 | 277 | 50 | 10 |
| Binary | 1100 | 11001 | 11100 | 111001 | 1011 | 0 | 1011001 | 10111111 | 101000 | 1000 |
Color Harmonies of #0C191C
Complementary color
Monochromatic Colors of #0C191C
Black with #0C191C
Text Example
Text Example
White with #0C191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C191C; }
p { color: rgb(12,25,28); }
H1.HeaderClassName
{
color: #0C191C;
}
.AnyTagClassName
{
color: #0C191C;
}
</style>
background-color css
<style>
a { background-color: #0C191C; }
a { background-color: rgb(12,25,28); }
div.DivClassName
{
background-color: #0C191C;
}
.BgClassName
{
background-color: #0C191C;
}
</style>
border-color css
<style>
span { border-color: #0C191C; }
span { border-color: rgb(12,25,28); }
td.TdClassName
{
border-color: #0C191C;
}
.TagClassName
{
border-color: #0C191C;
}
</style>