Shades of Black Pearl #020913
Tints of Black Pearl #020913
RGB
CMYK
RGB Variations
Color information
#020913 (or 0x020913) is known color: Black Pearl. HEX triplet: 02, 09 and 13. RGB value is (2,9,19). Sum of RGB (Red+Green+Blue) = 2+9+19=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 19 (7.81% from 255 or 63.33% from 30); Max value from RGB is 19 - color contains mainly: blue. Hex color #020913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020913 is #FDF6EC. Grayscale: #070707. Windows color (decimal): -16643821 or 1247490. OLE color: 1247490.
HSL color Cylindrical-coordinate representation of color #020913: hue angle of 215.29º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020913 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 9 | 19 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.93 |
| HSL | 215.29º | 0.81% | 0.04% | - |
| HSV(B) | 215.29º | 0.89% | 0.07% | - |
| XYZ | 0.24 | 0.26 | 0.65 | - |
| YUV | 8.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 19 | 0.89 | 0.53 | 0 | 0.93 | 215.29 | 0.81 | 0.04 |
| Hex | 2 | 9 | 13 | 59 | 35 | 0 | 5D | D7 | 51 | 4 |
| Octal | 2 | 11 | 23 | 131 | 65 | 0 | 135 | 327 | 121 | 4 |
| Binary | 10 | 1001 | 10011 | 1011001 | 110101 | 0 | 1011101 | 11010111 | 1010001 | 100 |
Color Harmonies of #020913
Complementary color
Monochromatic Colors of #020913
Black with #020913
Text Example
Text Example
White with #020913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020913; }
p { color: rgb(2,9,19); }
H1.HeaderClassName
{
color: #020913;
}
.AnyTagClassName
{
color: #020913;
}
</style>
background-color css
<style>
a { background-color: #020913; }
a { background-color: rgb(2,9,19); }
div.DivClassName
{
background-color: #020913;
}
.BgClassName
{
background-color: #020913;
}
</style>
border-color css
<style>
span { border-color: #020913; }
span { border-color: rgb(2,9,19); }
td.TdClassName
{
border-color: #020913;
}
.TagClassName
{
border-color: #020913;
}
</style>