Shades of Black Pearl #0C1015
Tints of Black Pearl #0C1015
RGB
CMYK
RGB Variations
Color information
#0C1015 (or 0x0C1015) is known color: Black Pearl. HEX triplet: 0C, 10 and 15. RGB value is (12,16,21). Sum of RGB (Red+Green+Blue) = 12+16+21=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C1015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1015 is #F3EFEA. Grayscale: #0F0F0F. Windows color (decimal): -15986667 or 1380364. OLE color: 1380364.
HSL color Cylindrical-coordinate representation of color #0C1015: hue angle of 213.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C1015 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 16 | 21 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.92 |
| HSL | 213.33º | 0.27% | 0.06% | - |
| HSV(B) | 213.33º | 0.43% | 0.08% | - |
| XYZ | 0.47 | 0.5 | 0.78 | - |
| YUV | 15.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 21 | 0.43 | 0.24 | 0 | 0.92 | 213.33 | 0.27 | 0.06 |
| Hex | C | 10 | 15 | 2B | 18 | 0 | 5C | D5 | 1B | 6 |
| Octal | 14 | 20 | 25 | 53 | 30 | 0 | 134 | 325 | 33 | 6 |
| Binary | 1100 | 10000 | 10101 | 101011 | 11000 | 0 | 1011100 | 11010101 | 11011 | 110 |
Color Harmonies of #0C1015
Complementary color
Monochromatic Colors of #0C1015
Black with #0C1015
Text Example
Text Example
White with #0C1015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1015; }
p { color: rgb(12,16,21); }
H1.HeaderClassName
{
color: #0C1015;
}
.AnyTagClassName
{
color: #0C1015;
}
</style>
background-color css
<style>
a { background-color: #0C1015; }
a { background-color: rgb(12,16,21); }
div.DivClassName
{
background-color: #0C1015;
}
.BgClassName
{
background-color: #0C1015;
}
</style>
border-color css
<style>
span { border-color: #0C1015; }
span { border-color: rgb(12,16,21); }
td.TdClassName
{
border-color: #0C1015;
}
.TagClassName
{
border-color: #0C1015;
}
</style>