Shades of Black Pearl #08111F
Tints of Black Pearl #08111F
RGB
CMYK
RGB Variations
Color information
#08111F (or 0x08111F) is known color: Black Pearl. HEX triplet: 08, 11 and 1F. RGB value is (8,17,31). Sum of RGB (Red+Green+Blue) = 8+17+31=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #08111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08111F is #F7EEE0. Grayscale: #0F0F0F. Windows color (decimal): -16248545 or 2035976. OLE color: 2035976.
HSL color Cylindrical-coordinate representation of color #08111F: hue angle of 216.52º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #08111F is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 17 | 31 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.88 |
| HSL | 216.52º | 0.59% | 0.08% | - |
| HSV(B) | 216.52º | 0.74% | 0.12% | - |
| XYZ | 0.55 | 0.55 | 1.37 | - |
| YUV | 15.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 31 | 0.74 | 0.45 | 0 | 0.88 | 216.52 | 0.59 | 0.08 |
| Hex | 8 | 11 | 1F | 4A | 2D | 0 | 58 | D9 | 3B | 8 |
| Octal | 10 | 21 | 37 | 112 | 55 | 0 | 130 | 331 | 73 | 10 |
| Binary | 1000 | 10001 | 11111 | 1001010 | 101101 | 0 | 1011000 | 11011001 | 111011 | 1000 |
Color Harmonies of #08111F
Complementary color
Monochromatic Colors of #08111F
Black with #08111F
Text Example
Text Example
White with #08111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08111F; }
p { color: rgb(8,17,31); }
H1.HeaderClassName
{
color: #08111F;
}
.AnyTagClassName
{
color: #08111F;
}
</style>
background-color css
<style>
a { background-color: #08111F; }
a { background-color: rgb(8,17,31); }
div.DivClassName
{
background-color: #08111F;
}
.BgClassName
{
background-color: #08111F;
}
</style>
border-color css
<style>
span { border-color: #08111F; }
span { border-color: rgb(8,17,31); }
td.TdClassName
{
border-color: #08111F;
}
.TagClassName
{
border-color: #08111F;
}
</style>