Shades of Black Pearl #020809
Tints of Black Pearl #020809
RGB
CMYK
RGB Variations
Color information
#020809 (or 0x020809) is known color: Black Pearl. HEX triplet: 02, 08 and 09. RGB value is (2,8,9). Sum of RGB (Red+Green+Blue) = 2+8+9=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 9 (3.91% from 255 or 47.37% from 19); Max value from RGB is 9 - color contains mainly: blue. Hex color #020809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020809 is #FDF7F6. Grayscale: #060606. Windows color (decimal): -16644087 or 591874. OLE color: 591874.
HSL color Cylindrical-coordinate representation of color #020809: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020809 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 8 | 9 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.96 |
| HSL | 188.57º | 0.64% | 0.02% | - |
| HSV(B) | 188.57º | 0.78% | 0.04% | - |
| XYZ | 0.16 | 0.21 | 0.29 | - |
| YUV | 6.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 9 | 0.78 | 0.11 | 0 | 0.96 | 188.57 | 0.64 | 0.02 |
| Hex | 2 | 8 | 9 | 4E | B | 0 | 60 | BD | 40 | 2 |
| Octal | 2 | 10 | 11 | 116 | 13 | 0 | 140 | 275 | 100 | 2 |
| Binary | 10 | 1000 | 1001 | 1001110 | 1011 | 0 | 1100000 | 10111101 | 1000000 | 10 |
Color Harmonies of #020809
Complementary color
Monochromatic Colors of #020809
Black with #020809
Text Example
Text Example
White with #020809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020809; }
p { color: rgb(2,8,9); }
H1.HeaderClassName
{
color: #020809;
}
.AnyTagClassName
{
color: #020809;
}
</style>
background-color css
<style>
a { background-color: #020809; }
a { background-color: rgb(2,8,9); }
div.DivClassName
{
background-color: #020809;
}
.BgClassName
{
background-color: #020809;
}
</style>
border-color css
<style>
span { border-color: #020809; }
span { border-color: rgb(2,8,9); }
td.TdClassName
{
border-color: #020809;
}
.TagClassName
{
border-color: #020809;
}
</style>