Shades of Black Pearl #08111D
Tints of Black Pearl #08111D
RGB
CMYK
RGB Variations
Color information
#08111D (or 0x08111D) is known color: Black Pearl. HEX triplet: 08, 11 and 1D. RGB value is (8,17,29). Sum of RGB (Red+Green+Blue) = 8+17+29=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #08111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08111D is #F7EEE2. Grayscale: #0F0F0F. Windows color (decimal): -16248547 or 1904904. OLE color: 1904904.
HSL color Cylindrical-coordinate representation of color #08111D: hue angle of 214.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #08111D is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 17 | 29 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.89 |
| HSL | 214.29º | 0.57% | 0.07% | - |
| HSV(B) | 214.29º | 0.72% | 0.11% | - |
| XYZ | 0.52 | 0.54 | 1.24 | - |
| YUV | 15.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 29 | 0.72 | 0.41 | 0 | 0.89 | 214.29 | 0.57 | 0.07 |
| Hex | 8 | 11 | 1D | 48 | 29 | 0 | 59 | D6 | 39 | 7 |
| Octal | 10 | 21 | 35 | 110 | 51 | 0 | 131 | 326 | 71 | 7 |
| Binary | 1000 | 10001 | 11101 | 1001000 | 101001 | 0 | 1011001 | 11010110 | 111001 | 111 |
Color Harmonies of #08111D
Complementary color
Monochromatic Colors of #08111D
Black with #08111D
Text Example
Text Example
White with #08111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08111D; }
p { color: rgb(8,17,29); }
H1.HeaderClassName
{
color: #08111D;
}
.AnyTagClassName
{
color: #08111D;
}
</style>
background-color css
<style>
a { background-color: #08111D; }
a { background-color: rgb(8,17,29); }
div.DivClassName
{
background-color: #08111D;
}
.BgClassName
{
background-color: #08111D;
}
</style>
border-color css
<style>
span { border-color: #08111D; }
span { border-color: rgb(8,17,29); }
td.TdClassName
{
border-color: #08111D;
}
.TagClassName
{
border-color: #08111D;
}
</style>