Shades of Black Pearl #08191E
Tints of Black Pearl #08191E
RGB
CMYK
RGB Variations
Color information
#08191E (or 0x08191E) is known color: Black Pearl. HEX triplet: 08, 19 and 1E. RGB value is (8,25,30). Sum of RGB (Red+Green+Blue) = 8+25+30=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #08191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08191E is #F7E6E1. Grayscale: #141414. Windows color (decimal): -16246498 or 1972488. OLE color: 1972488.
HSL color Cylindrical-coordinate representation of color #08191E: hue angle of 193.64º 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 #08191E is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 25 | 30 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.88 |
| HSL | 193.64º | 0.58% | 0.07% | - |
| HSV(B) | 193.64º | 0.73% | 0.12% | - |
| XYZ | 0.68 | 0.84 | 1.35 | - |
| YUV | 20.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 30 | 0.73 | 0.17 | 0 | 0.88 | 193.64 | 0.58 | 0.07 |
| Hex | 8 | 19 | 1E | 49 | 11 | 0 | 58 | C2 | 3A | 7 |
| Octal | 10 | 31 | 36 | 111 | 21 | 0 | 130 | 302 | 72 | 7 |
| Binary | 1000 | 11001 | 11110 | 1001001 | 10001 | 0 | 1011000 | 11000010 | 111010 | 111 |
Color Harmonies of #08191E
Complementary color
Monochromatic Colors of #08191E
Black with #08191E
Text Example
Text Example
White with #08191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08191E; }
p { color: rgb(8,25,30); }
H1.HeaderClassName
{
color: #08191E;
}
.AnyTagClassName
{
color: #08191E;
}
</style>
background-color css
<style>
a { background-color: #08191E; }
a { background-color: rgb(8,25,30); }
div.DivClassName
{
background-color: #08191E;
}
.BgClassName
{
background-color: #08191E;
}
</style>
border-color css
<style>
span { border-color: #08191E; }
span { border-color: rgb(8,25,30); }
td.TdClassName
{
border-color: #08191E;
}
.TagClassName
{
border-color: #08191E;
}
</style>