Shades of Black Pearl #011012
Tints of Black Pearl #011012
RGB
CMYK
RGB Variations
Color information
#011012 (or 0x011012) is known color: Black Pearl. HEX triplet: 01, 10 and 12. RGB value is (1,16,18). Sum of RGB (Red+Green+Blue) = 1+16+18=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #011012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011012 is #FEEFED. Grayscale: #0B0B0B. Windows color (decimal): -16707566 or 1183745. OLE color: 1183745.
HSL color Cylindrical-coordinate representation of color #011012: hue angle of 187.06º 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 #011012 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 16 | 18 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.93 |
| HSL | 187.06º | 0.89% | 0.04% | - |
| HSV(B) | 187.06º | 0.94% | 0.07% | - |
| XYZ | 0.31 | 0.42 | 0.64 | - |
| YUV | 11.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 18 | 0.94 | 0.11 | 0 | 0.93 | 187.06 | 0.89 | 0.04 |
| Hex | 1 | 10 | 12 | 5E | B | 0 | 5D | BB | 59 | 4 |
| Octal | 1 | 20 | 22 | 136 | 13 | 0 | 135 | 273 | 131 | 4 |
| Binary | 1 | 10000 | 10010 | 1011110 | 1011 | 0 | 1011101 | 10111011 | 1011001 | 100 |
Color Harmonies of #011012
Complementary color
Monochromatic Colors of #011012
Black with #011012
Text Example
Text Example
White with #011012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011012; }
p { color: rgb(1,16,18); }
H1.HeaderClassName
{
color: #011012;
}
.AnyTagClassName
{
color: #011012;
}
</style>
background-color css
<style>
a { background-color: #011012; }
a { background-color: rgb(1,16,18); }
div.DivClassName
{
background-color: #011012;
}
.BgClassName
{
background-color: #011012;
}
</style>
border-color css
<style>
span { border-color: #011012; }
span { border-color: rgb(1,16,18); }
td.TdClassName
{
border-color: #011012;
}
.TagClassName
{
border-color: #011012;
}
</style>