Shades of Black Pearl #081819
Tints of Black Pearl #081819
RGB
CMYK
RGB Variations
Color information
#081819 (or 0x081819) is known color: Black Pearl. HEX triplet: 08, 18 and 19. RGB value is (8,24,25). Sum of RGB (Red+Green+Blue) = 8+24+25=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #081819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081819 is #F7E7E6. Grayscale: #131313. Windows color (decimal): -16246759 or 1644552. OLE color: 1644552.
HSL color Cylindrical-coordinate representation of color #081819: hue angle of 183.53º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #081819 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 24 | 25 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.90 |
| HSL | 183.53º | 0.52% | 0.06% | - |
| HSV(B) | 183.53º | 0.68% | 0.1% | - |
| XYZ | 0.6 | 0.78 | 1.04 | - |
| YUV | 19.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 25 | 0.68 | 0.04 | 0 | 0.90 | 183.53 | 0.52 | 0.06 |
| Hex | 8 | 18 | 19 | 44 | 4 | 0 | 5A | B8 | 34 | 6 |
| Octal | 10 | 30 | 31 | 104 | 4 | 0 | 132 | 270 | 64 | 6 |
| Binary | 1000 | 11000 | 11001 | 1000100 | 100 | 0 | 1011010 | 10111000 | 110100 | 110 |
Color Harmonies of #081819
Complementary color
Monochromatic Colors of #081819
Black with #081819
Text Example
Text Example
White with #081819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081819; }
p { color: rgb(8,24,25); }
H1.HeaderClassName
{
color: #081819;
}
.AnyTagClassName
{
color: #081819;
}
</style>
background-color css
<style>
a { background-color: #081819; }
a { background-color: rgb(8,24,25); }
div.DivClassName
{
background-color: #081819;
}
.BgClassName
{
background-color: #081819;
}
</style>
border-color css
<style>
span { border-color: #081819; }
span { border-color: rgb(8,24,25); }
td.TdClassName
{
border-color: #081819;
}
.TagClassName
{
border-color: #081819;
}
</style>