Shades of Black Pearl #001012
Tints of Black Pearl #001012
RGB
CMYK
RGB Variations
Color information
#001012 (or 0x001012) is known color: Black Pearl. HEX triplet: 00, 10 and 12. RGB value is (0,16,18). Sum of RGB (Red+Green+Blue) = 0+16+18=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #001012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001012 is #FFEFED. Grayscale: #0B0B0B. Windows color (decimal): -16773102 or 1183744. OLE color: 1183744.
HSL color Cylindrical-coordinate representation of color #001012: hue angle of 186.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001012 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 16 | 18 | - |
| CMYK | 1 | 0.11 | 0 | 0.93 |
| HSL | 186.67º | 1% | 0.04% | - |
| HSV(B) | 186.67º | 1% | 0.07% | - |
| XYZ | 0.29 | 0.41 | 0.64 | - |
| YUV | 11.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 18 | 1 | 0.11 | 0 | 0.93 | 186.67 | 1 | 0.04 |
| Hex | 0 | 10 | 12 | 64 | B | 0 | 5D | BB | 64 | 4 |
| Octal | 0 | 20 | 22 | 144 | 13 | 0 | 135 | 273 | 144 | 4 |
| Binary | 0 | 10000 | 10010 | 1100100 | 1011 | 0 | 1011101 | 10111011 | 1100100 | 100 |
Color Harmonies of #001012
Complementary color
Monochromatic Colors of #001012
Black with #001012
Text Example
Text Example
White with #001012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001012; }
p { color: rgb(0,16,18); }
H1.HeaderClassName
{
color: #001012;
}
.AnyTagClassName
{
color: #001012;
}
</style>
background-color css
<style>
a { background-color: #001012; }
a { background-color: rgb(0,16,18); }
div.DivClassName
{
background-color: #001012;
}
.BgClassName
{
background-color: #001012;
}
</style>
border-color css
<style>
span { border-color: #001012; }
span { border-color: rgb(0,16,18); }
td.TdClassName
{
border-color: #001012;
}
.TagClassName
{
border-color: #001012;
}
</style>