Shades of Black Pearl #08191D
Tints of Black Pearl #08191D
RGB
CMYK
RGB Variations
Color information
#08191D (or 0x08191D) is known color: Black Pearl. HEX triplet: 08, 19 and 1D. RGB value is (8,25,29). Sum of RGB (Red+Green+Blue) = 8+25+29=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #08191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08191D is #F7E6E2. Grayscale: #141414. Windows color (decimal): -16246499 or 1906952. OLE color: 1906952.
HSL color Cylindrical-coordinate representation of color #08191D: hue angle of 191.43º 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 #08191D is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 25 | 29 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.89 |
| HSL | 191.43º | 0.57% | 0.07% | - |
| HSV(B) | 191.43º | 0.72% | 0.11% | - |
| XYZ | 0.67 | 0.84 | 1.29 | - |
| YUV | 20.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 29 | 0.72 | 0.14 | 0 | 0.89 | 191.43 | 0.57 | 0.07 |
| Hex | 8 | 19 | 1D | 48 | E | 0 | 59 | BF | 39 | 7 |
| Octal | 10 | 31 | 35 | 110 | 16 | 0 | 131 | 277 | 71 | 7 |
| Binary | 1000 | 11001 | 11101 | 1001000 | 1110 | 0 | 1011001 | 10111111 | 111001 | 111 |
Color Harmonies of #08191D
Complementary color
Monochromatic Colors of #08191D
Black with #08191D
Text Example
Text Example
White with #08191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08191D; }
p { color: rgb(8,25,29); }
H1.HeaderClassName
{
color: #08191D;
}
.AnyTagClassName
{
color: #08191D;
}
</style>
background-color css
<style>
a { background-color: #08191D; }
a { background-color: rgb(8,25,29); }
div.DivClassName
{
background-color: #08191D;
}
.BgClassName
{
background-color: #08191D;
}
</style>
border-color css
<style>
span { border-color: #08191D; }
span { border-color: rgb(8,25,29); }
td.TdClassName
{
border-color: #08191D;
}
.TagClassName
{
border-color: #08191D;
}
</style>