Shades of Black Pearl #081012
Tints of Black Pearl #081012
RGB
CMYK
RGB Variations
Color information
#081012 (or 0x081012) is known color: Black Pearl. HEX triplet: 08, 10 and 12. RGB value is (8,16,18). Sum of RGB (Red+Green+Blue) = 8+16+18=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 18 - color contains mainly: blue. Hex color #081012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081012 is #F7EFED. Grayscale: #0D0D0D. Windows color (decimal): -16248814 or 1183752. OLE color: 1183752.
HSL color Cylindrical-coordinate representation of color #081012: hue angle of 192º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #081012 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 16 | 18 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.93 |
| HSL | 192º | 0.38% | 0.05% | - |
| HSV(B) | 192º | 0.56% | 0.07% | - |
| XYZ | 0.39 | 0.47 | 0.64 | - |
| YUV | 13.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 18 | 0.56 | 0.11 | 0 | 0.93 | 192 | 0.38 | 0.05 |
| Hex | 8 | 10 | 12 | 38 | B | 0 | 5D | C0 | 26 | 5 |
| Octal | 10 | 20 | 22 | 70 | 13 | 0 | 135 | 300 | 46 | 5 |
| Binary | 1000 | 10000 | 10010 | 111000 | 1011 | 0 | 1011101 | 11000000 | 100110 | 101 |
Color Harmonies of #081012
Complementary color
Monochromatic Colors of #081012
Black with #081012
Text Example
Text Example
White with #081012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081012; }
p { color: rgb(8,16,18); }
H1.HeaderClassName
{
color: #081012;
}
.AnyTagClassName
{
color: #081012;
}
</style>
background-color css
<style>
a { background-color: #081012; }
a { background-color: rgb(8,16,18); }
div.DivClassName
{
background-color: #081012;
}
.BgClassName
{
background-color: #081012;
}
</style>
border-color css
<style>
span { border-color: #081012; }
span { border-color: rgb(8,16,18); }
td.TdClassName
{
border-color: #081012;
}
.TagClassName
{
border-color: #081012;
}
</style>