Shades of Black Pearl #08111C
Tints of Black Pearl #08111C
RGB
CMYK
RGB Variations
Color information
#08111C (or 0x08111C) is known color: Black Pearl. HEX triplet: 08, 11 and 1C. RGB value is (8,17,28). Sum of RGB (Red+Green+Blue) = 8+17+28=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #08111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08111C is #F7EEE3. Grayscale: #0F0F0F. Windows color (decimal): -16248548 or 1839368. OLE color: 1839368.
HSL color Cylindrical-coordinate representation of color #08111C: hue angle of 213º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #08111C is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 17 | 28 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.89 |
| HSL | 213º | 0.56% | 0.07% | - |
| HSV(B) | 213º | 0.71% | 0.11% | - |
| XYZ | 0.51 | 0.54 | 1.18 | - |
| YUV | 15.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 28 | 0.71 | 0.39 | 0 | 0.89 | 213 | 0.56 | 0.07 |
| Hex | 8 | 11 | 1C | 47 | 27 | 0 | 59 | D5 | 38 | 7 |
| Octal | 10 | 21 | 34 | 107 | 47 | 0 | 131 | 325 | 70 | 7 |
| Binary | 1000 | 10001 | 11100 | 1000111 | 100111 | 0 | 1011001 | 11010101 | 111000 | 111 |
Color Harmonies of #08111C
Complementary color
Monochromatic Colors of #08111C
Black with #08111C
Text Example
Text Example
White with #08111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08111C; }
p { color: rgb(8,17,28); }
H1.HeaderClassName
{
color: #08111C;
}
.AnyTagClassName
{
color: #08111C;
}
</style>
background-color css
<style>
a { background-color: #08111C; }
a { background-color: rgb(8,17,28); }
div.DivClassName
{
background-color: #08111C;
}
.BgClassName
{
background-color: #08111C;
}
</style>
border-color css
<style>
span { border-color: #08111C; }
span { border-color: rgb(8,17,28); }
td.TdClassName
{
border-color: #08111C;
}
.TagClassName
{
border-color: #08111C;
}
</style>