Shades of Black Pearl #08111E
Tints of Black Pearl #08111E
RGB
CMYK
RGB Variations
Color information
#08111E (or 0x08111E) is known color: Black Pearl. HEX triplet: 08, 11 and 1E. RGB value is (8,17,30). Sum of RGB (Red+Green+Blue) = 8+17+30=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #08111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08111E is #F7EEE1. Grayscale: #0F0F0F. Windows color (decimal): -16248546 or 1970440. OLE color: 1970440.
HSL color Cylindrical-coordinate representation of color #08111E: hue angle of 215.45º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08111E is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 17 | 30 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.88 |
| HSL | 215.45º | 0.58% | 0.07% | - |
| HSV(B) | 215.45º | 0.73% | 0.12% | - |
| XYZ | 0.53 | 0.55 | 1.31 | - |
| YUV | 15.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 30 | 0.73 | 0.43 | 0 | 0.88 | 215.45 | 0.58 | 0.07 |
| Hex | 8 | 11 | 1E | 49 | 2B | 0 | 58 | D7 | 3A | 7 |
| Octal | 10 | 21 | 36 | 111 | 53 | 0 | 130 | 327 | 72 | 7 |
| Binary | 1000 | 10001 | 11110 | 1001001 | 101011 | 0 | 1011000 | 11010111 | 111010 | 111 |
Color Harmonies of #08111E
Complementary color
Monochromatic Colors of #08111E
Black with #08111E
Text Example
Text Example
White with #08111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08111E; }
p { color: rgb(8,17,30); }
H1.HeaderClassName
{
color: #08111E;
}
.AnyTagClassName
{
color: #08111E;
}
</style>
background-color css
<style>
a { background-color: #08111E; }
a { background-color: rgb(8,17,30); }
div.DivClassName
{
background-color: #08111E;
}
.BgClassName
{
background-color: #08111E;
}
</style>
border-color css
<style>
span { border-color: #08111E; }
span { border-color: rgb(8,17,30); }
td.TdClassName
{
border-color: #08111E;
}
.TagClassName
{
border-color: #08111E;
}
</style>