Shades of Black Pearl #0C1213
Tints of Black Pearl #0C1213
RGB
CMYK
RGB Variations
Color information
#0C1213 (or 0x0C1213) is known color: Black Pearl. HEX triplet: 0C, 12 and 13. RGB value is (12,18,19). Sum of RGB (Red+Green+Blue) = 12+18+19=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C1213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1213 is #F3EDEC. Grayscale: #101010. Windows color (decimal): -15986157 or 1249804. OLE color: 1249804.
HSL color Cylindrical-coordinate representation of color #0C1213: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0C1213 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 18 | 19 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.93 |
| HSL | 188.57º | 0.23% | 0.06% | - |
| HSV(B) | 188.57º | 0.37% | 0.07% | - |
| XYZ | 0.49 | 0.56 | 0.7 | - |
| YUV | 16.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 19 | 0.37 | 0.05 | 0 | 0.93 | 188.57 | 0.23 | 0.06 |
| Hex | C | 12 | 13 | 25 | 5 | 0 | 5D | BD | 17 | 6 |
| Octal | 14 | 22 | 23 | 45 | 5 | 0 | 135 | 275 | 27 | 6 |
| Binary | 1100 | 10010 | 10011 | 100101 | 101 | 0 | 1011101 | 10111101 | 10111 | 110 |
Color Harmonies of #0C1213
Complementary color
Monochromatic Colors of #0C1213
Black with #0C1213
Text Example
Text Example
White with #0C1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1213; }
p { color: rgb(12,18,19); }
H1.HeaderClassName
{
color: #0C1213;
}
.AnyTagClassName
{
color: #0C1213;
}
</style>
background-color css
<style>
a { background-color: #0C1213; }
a { background-color: rgb(12,18,19); }
div.DivClassName
{
background-color: #0C1213;
}
.BgClassName
{
background-color: #0C1213;
}
</style>
border-color css
<style>
span { border-color: #0C1213; }
span { border-color: rgb(12,18,19); }
td.TdClassName
{
border-color: #0C1213;
}
.TagClassName
{
border-color: #0C1213;
}
</style>