Shades of Black Pearl #08191B
Tints of Black Pearl #08191B
RGB
CMYK
RGB Variations
Color information
#08191B (or 0x08191B) is known color: Black Pearl. HEX triplet: 08, 19 and 1B. RGB value is (8,25,27). Sum of RGB (Red+Green+Blue) = 8+25+27=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #08191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08191B is #F7E6E4. Grayscale: #141414. Windows color (decimal): -16246501 or 1775880. OLE color: 1775880.
HSL color Cylindrical-coordinate representation of color #08191B: hue angle of 186.32º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #08191B is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 25 | 27 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.89 |
| HSL | 186.32º | 0.54% | 0.07% | - |
| HSV(B) | 186.32º | 0.7% | 0.11% | - |
| XYZ | 0.65 | 0.83 | 1.16 | - |
| YUV | 20.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 27 | 0.70 | 0.07 | 0 | 0.89 | 186.32 | 0.54 | 0.07 |
| Hex | 8 | 19 | 1B | 46 | 7 | 0 | 59 | BA | 36 | 7 |
| Octal | 10 | 31 | 33 | 106 | 7 | 0 | 131 | 272 | 66 | 7 |
| Binary | 1000 | 11001 | 11011 | 1000110 | 111 | 0 | 1011001 | 10111010 | 110110 | 111 |
Color Harmonies of #08191B
Complementary color
Monochromatic Colors of #08191B
Black with #08191B
Text Example
Text Example
White with #08191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08191B; }
p { color: rgb(8,25,27); }
H1.HeaderClassName
{
color: #08191B;
}
.AnyTagClassName
{
color: #08191B;
}
</style>
background-color css
<style>
a { background-color: #08191B; }
a { background-color: rgb(8,25,27); }
div.DivClassName
{
background-color: #08191B;
}
.BgClassName
{
background-color: #08191B;
}
</style>
border-color css
<style>
span { border-color: #08191B; }
span { border-color: rgb(8,25,27); }
td.TdClassName
{
border-color: #08191B;
}
.TagClassName
{
border-color: #08191B;
}
</style>