Shades of Black Pearl #08161E
Tints of Black Pearl #08161E
RGB
CMYK
RGB Variations
Color information
#08161E (or 0x08161E) is known color: Black Pearl. HEX triplet: 08, 16 and 1E. RGB value is (8,22,30). Sum of RGB (Red+Green+Blue) = 8+22+30=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #08161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08161E is #F7E9E1. Grayscale: #121212. Windows color (decimal): -16247266 or 1971720. OLE color: 1971720.
HSL color Cylindrical-coordinate representation of color #08161E: hue angle of 201.82º 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 #08161E is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 22 | 30 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.88 |
| HSL | 201.82º | 0.58% | 0.07% | - |
| HSV(B) | 201.82º | 0.73% | 0.12% | - |
| XYZ | 0.62 | 0.72 | 1.33 | - |
| YUV | 18.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 30 | 0.73 | 0.27 | 0 | 0.88 | 201.82 | 0.58 | 0.07 |
| Hex | 8 | 16 | 1E | 49 | 1B | 0 | 58 | CA | 3A | 7 |
| Octal | 10 | 26 | 36 | 111 | 33 | 0 | 130 | 312 | 72 | 7 |
| Binary | 1000 | 10110 | 11110 | 1001001 | 11011 | 0 | 1011000 | 11001010 | 111010 | 111 |
Color Harmonies of #08161E
Complementary color
Monochromatic Colors of #08161E
Black with #08161E
Text Example
Text Example
White with #08161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08161E; }
p { color: rgb(8,22,30); }
H1.HeaderClassName
{
color: #08161E;
}
.AnyTagClassName
{
color: #08161E;
}
</style>
background-color css
<style>
a { background-color: #08161E; }
a { background-color: rgb(8,22,30); }
div.DivClassName
{
background-color: #08161E;
}
.BgClassName
{
background-color: #08161E;
}
</style>
border-color css
<style>
span { border-color: #08161E; }
span { border-color: rgb(8,22,30); }
td.TdClassName
{
border-color: #08161E;
}
.TagClassName
{
border-color: #08161E;
}
</style>