Shades of Black Pearl #020509
Tints of Black Pearl #020509
RGB
CMYK
RGB Variations
Color information
#020509 (or 0x020509) is known color: Black Pearl. HEX triplet: 02, 05 and 09. RGB value is (2,5,9). Sum of RGB (Red+Green+Blue) = 2+5+9=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 9 (3.91% from 255 or 56.25% from 16); Max value from RGB is 9 - color contains mainly: blue. Hex color #020509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020509 is #FDFAF6. Grayscale: #040404. Windows color (decimal): -16644855 or 591106. OLE color: 591106.
HSL color Cylindrical-coordinate representation of color #020509: hue angle of 214.29º 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 #020509 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 5 | 9 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.96 |
| HSL | 214.29º | 0.64% | 0.02% | - |
| HSV(B) | 214.29º | 0.78% | 0.04% | - |
| XYZ | 0.13 | 0.14 | 0.28 | - |
| YUV | 4.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 9 | 0.78 | 0.44 | 0 | 0.96 | 214.29 | 0.64 | 0.02 |
| Hex | 2 | 5 | 9 | 4E | 2C | 0 | 60 | D6 | 40 | 2 |
| Octal | 2 | 5 | 11 | 116 | 54 | 0 | 140 | 326 | 100 | 2 |
| Binary | 10 | 101 | 1001 | 1001110 | 101100 | 0 | 1100000 | 11010110 | 1000000 | 10 |
Color Harmonies of #020509
Complementary color
Monochromatic Colors of #020509
Black with #020509
Text Example
Text Example
White with #020509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020509; }
p { color: rgb(2,5,9); }
H1.HeaderClassName
{
color: #020509;
}
.AnyTagClassName
{
color: #020509;
}
</style>
background-color css
<style>
a { background-color: #020509; }
a { background-color: rgb(2,5,9); }
div.DivClassName
{
background-color: #020509;
}
.BgClassName
{
background-color: #020509;
}
</style>
border-color css
<style>
span { border-color: #020509; }
span { border-color: rgb(2,5,9); }
td.TdClassName
{
border-color: #020509;
}
.TagClassName
{
border-color: #020509;
}
</style>