Shades of Black Pearl #010C0F
Tints of Black Pearl #010C0F
RGB
CMYK
RGB Variations
Color information
#010C0F (or 0x010C0F) is known color: Black Pearl. HEX triplet: 01, 0C and 0F. RGB value is (1,12,15). Sum of RGB (Red+Green+Blue) = 1+12+15=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 15 (6.25% from 255 or 53.57% from 28); Max value from RGB is 15 - color contains mainly: blue. Hex color #010C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C0F is #FEF3F0. Grayscale: #090909. Windows color (decimal): -16708593 or 986113. OLE color: 986113.
HSL color Cylindrical-coordinate representation of color #010C0F: hue angle of 192.86º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010C0F is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 12 | 15 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.94 |
| HSL | 192.86º | 0.88% | 0.03% | - |
| HSV(B) | 192.86º | 0.93% | 0.06% | - |
| XYZ | 0.23 | 0.3 | 0.5 | - |
| YUV | 9.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 15 | 0.93 | 0.20 | 0 | 0.94 | 192.86 | 0.88 | 0.03 |
| Hex | 1 | C | F | 5D | 14 | 0 | 5E | C1 | 58 | 3 |
| Octal | 1 | 14 | 17 | 135 | 24 | 0 | 136 | 301 | 130 | 3 |
| Binary | 1 | 1100 | 1111 | 1011101 | 10100 | 0 | 1011110 | 11000001 | 1011000 | 11 |
Color Harmonies of #010C0F
Complementary color
Monochromatic Colors of #010C0F
Black with #010C0F
Text Example
Text Example
White with #010C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C0F; }
p { color: rgb(1,12,15); }
H1.HeaderClassName
{
color: #010C0F;
}
.AnyTagClassName
{
color: #010C0F;
}
</style>
background-color css
<style>
a { background-color: #010C0F; }
a { background-color: rgb(1,12,15); }
div.DivClassName
{
background-color: #010C0F;
}
.BgClassName
{
background-color: #010C0F;
}
</style>
border-color css
<style>
span { border-color: #010C0F; }
span { border-color: rgb(1,12,15); }
td.TdClassName
{
border-color: #010C0F;
}
.TagClassName
{
border-color: #010C0F;
}
</style>