Shades of Black Pearl #081112
Tints of Black Pearl #081112
RGB
CMYK
RGB Variations
Color information
#081112 (or 0x081112) is known color: Black Pearl. HEX triplet: 08, 11 and 12. RGB value is (8,17,18). Sum of RGB (Red+Green+Blue) = 8+17+18=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 18 - color contains mainly: blue. Hex color #081112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081112 is #F7EEED. Grayscale: #0E0E0E. Windows color (decimal): -16248558 or 1184008. OLE color: 1184008.
HSL color Cylindrical-coordinate representation of color #081112: hue angle of 186º 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 #081112 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 17 | 18 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.93 |
| HSL | 186º | 0.38% | 0.05% | - |
| HSV(B) | 186º | 0.56% | 0.07% | - |
| XYZ | 0.41 | 0.5 | 0.65 | - |
| YUV | 14.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 18 | 0.56 | 0.06 | 0 | 0.93 | 186 | 0.38 | 0.05 |
| Hex | 8 | 11 | 12 | 38 | 6 | 0 | 5D | BA | 26 | 5 |
| Octal | 10 | 21 | 22 | 70 | 6 | 0 | 135 | 272 | 46 | 5 |
| Binary | 1000 | 10001 | 10010 | 111000 | 110 | 0 | 1011101 | 10111010 | 100110 | 101 |
Color Harmonies of #081112
Complementary color
Monochromatic Colors of #081112
Black with #081112
Text Example
Text Example
White with #081112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081112; }
p { color: rgb(8,17,18); }
H1.HeaderClassName
{
color: #081112;
}
.AnyTagClassName
{
color: #081112;
}
</style>
background-color css
<style>
a { background-color: #081112; }
a { background-color: rgb(8,17,18); }
div.DivClassName
{
background-color: #081112;
}
.BgClassName
{
background-color: #081112;
}
</style>
border-color css
<style>
span { border-color: #081112; }
span { border-color: rgb(8,17,18); }
td.TdClassName
{
border-color: #081112;
}
.TagClassName
{
border-color: #081112;
}
</style>