Shades of Black Pearl #081011
Tints of Black Pearl #081011
RGB
CMYK
RGB Variations
Color information
#081011 (or 0x081011) is known color: Black Pearl. HEX triplet: 08, 10 and 11. RGB value is (8,16,17). Sum of RGB (Red+Green+Blue) = 8+16+17=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 17 - color contains mainly: blue. Hex color #081011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081011 is #F7EFEE. Grayscale: #0D0D0D. Windows color (decimal): -16248815 or 1118216. OLE color: 1118216.
HSL color Cylindrical-coordinate representation of color #081011: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #081011 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 16 | 17 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.93 |
| HSL | 186.67º | 0.36% | 0.05% | - |
| HSV(B) | 186.67º | 0.53% | 0.07% | - |
| XYZ | 0.39 | 0.46 | 0.6 | - |
| YUV | 13.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 17 | 0.53 | 0.06 | 0 | 0.93 | 186.67 | 0.36 | 0.05 |
| Hex | 8 | 10 | 11 | 35 | 6 | 0 | 5D | BB | 24 | 5 |
| Octal | 10 | 20 | 21 | 65 | 6 | 0 | 135 | 273 | 44 | 5 |
| Binary | 1000 | 10000 | 10001 | 110101 | 110 | 0 | 1011101 | 10111011 | 100100 | 101 |
Color Harmonies of #081011
Complementary color
Monochromatic Colors of #081011
Black with #081011
Text Example
Text Example
White with #081011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081011; }
p { color: rgb(8,16,17); }
H1.HeaderClassName
{
color: #081011;
}
.AnyTagClassName
{
color: #081011;
}
</style>
background-color css
<style>
a { background-color: #081011; }
a { background-color: rgb(8,16,17); }
div.DivClassName
{
background-color: #081011;
}
.BgClassName
{
background-color: #081011;
}
</style>
border-color css
<style>
span { border-color: #081011; }
span { border-color: rgb(8,16,17); }
td.TdClassName
{
border-color: #081011;
}
.TagClassName
{
border-color: #081011;
}
</style>