Shades of Black Pearl #010C11
Tints of Black Pearl #010C11
RGB
CMYK
RGB Variations
Color information
#010C11 (or 0x010C11) is known color: Black Pearl. HEX triplet: 01, 0C and 11. RGB value is (1,12,17). Sum of RGB (Red+Green+Blue) = 1+12+17=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #010C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C11 is #FEF3EE. Grayscale: #090909. Windows color (decimal): -16708591 or 1117185. OLE color: 1117185.
HSL color Cylindrical-coordinate representation of color #010C11: hue angle of 198.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010C11 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 12 | 17 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.93 |
| HSL | 198.75º | 0.89% | 0.04% | - |
| HSV(B) | 198.75º | 0.94% | 0.07% | - |
| XYZ | 0.25 | 0.31 | 0.58 | - |
| YUV | 9.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 17 | 0.94 | 0.29 | 0 | 0.93 | 198.75 | 0.89 | 0.04 |
| Hex | 1 | C | 11 | 5E | 1D | 0 | 5D | C7 | 59 | 4 |
| Octal | 1 | 14 | 21 | 136 | 35 | 0 | 135 | 307 | 131 | 4 |
| Binary | 1 | 1100 | 10001 | 1011110 | 11101 | 0 | 1011101 | 11000111 | 1011001 | 100 |
Color Harmonies of #010C11
Complementary color
Monochromatic Colors of #010C11
Black with #010C11
Text Example
Text Example
White with #010C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C11; }
p { color: rgb(1,12,17); }
H1.HeaderClassName
{
color: #010C11;
}
.AnyTagClassName
{
color: #010C11;
}
</style>
background-color css
<style>
a { background-color: #010C11; }
a { background-color: rgb(1,12,17); }
div.DivClassName
{
background-color: #010C11;
}
.BgClassName
{
background-color: #010C11;
}
</style>
border-color css
<style>
span { border-color: #010C11; }
span { border-color: rgb(1,12,17); }
td.TdClassName
{
border-color: #010C11;
}
.TagClassName
{
border-color: #010C11;
}
</style>