Shades of Black Pearl #0C1819
Tints of Black Pearl #0C1819
RGB
CMYK
RGB Variations
Color information
#0C1819 (or 0x0C1819) is known color: Black Pearl. HEX triplet: 0C, 18 and 19. RGB value is (12,24,25). Sum of RGB (Red+Green+Blue) = 12+24+25=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C1819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1819 is #F3E7E6. Grayscale: #141414. Windows color (decimal): -15984615 or 1644556. OLE color: 1644556.
HSL color Cylindrical-coordinate representation of color #0C1819: hue angle of 184.62º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1819 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 24 | 25 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.90 |
| HSL | 184.62º | 0.35% | 0.07% | - |
| HSV(B) | 184.62º | 0.52% | 0.1% | - |
| XYZ | 0.65 | 0.8 | 1.04 | - |
| YUV | 20.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 25 | 0.52 | 0.04 | 0 | 0.90 | 184.62 | 0.35 | 0.07 |
| Hex | C | 18 | 19 | 34 | 4 | 0 | 5A | B9 | 23 | 7 |
| Octal | 14 | 30 | 31 | 64 | 4 | 0 | 132 | 271 | 43 | 7 |
| Binary | 1100 | 11000 | 11001 | 110100 | 100 | 0 | 1011010 | 10111001 | 100011 | 111 |
Color Harmonies of #0C1819
Complementary color
Monochromatic Colors of #0C1819
Black with #0C1819
Text Example
Text Example
White with #0C1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1819; }
p { color: rgb(12,24,25); }
H1.HeaderClassName
{
color: #0C1819;
}
.AnyTagClassName
{
color: #0C1819;
}
</style>
background-color css
<style>
a { background-color: #0C1819; }
a { background-color: rgb(12,24,25); }
div.DivClassName
{
background-color: #0C1819;
}
.BgClassName
{
background-color: #0C1819;
}
</style>
border-color css
<style>
span { border-color: #0C1819; }
span { border-color: rgb(12,24,25); }
td.TdClassName
{
border-color: #0C1819;
}
.TagClassName
{
border-color: #0C1819;
}
</style>