Shades of Black Russian #020920
Tints of Black Russian #020920
RGB
CMYK
RGB Variations
Color information
#020920 (or 0x020920) is known color: Black Russian. HEX triplet: 02, 09 and 20. RGB value is (2,9,32). Sum of RGB (Red+Green+Blue) = 2+9+32=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 32 (12.89% from 255 or 74.42% from 43); Max value from RGB is 32 - color contains mainly: blue. Hex color #020920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020920 is #FDF6DF. Grayscale: #090909. Windows color (decimal): -16643808 or 2099458. OLE color: 2099458.
HSL color Cylindrical-coordinate representation of color #020920: hue angle of 226º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020920 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 9 | 32 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.87 |
| HSL | 226º | 0.88% | 0.07% | - |
| HSV(B) | 226º | 0.94% | 0.13% | - |
| XYZ | 0.38 | 0.31 | 1.41 | - |
| YUV | 9.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 32 | 0.94 | 0.72 | 0 | 0.87 | 226 | 0.88 | 0.07 |
| Hex | 2 | 9 | 20 | 5E | 48 | 0 | 57 | E2 | 58 | 7 |
| Octal | 2 | 11 | 40 | 136 | 110 | 0 | 127 | 342 | 130 | 7 |
| Binary | 10 | 1001 | 100000 | 1011110 | 1001000 | 0 | 1010111 | 11100010 | 1011000 | 111 |
Color Harmonies of #020920
Complementary color
Monochromatic Colors of #020920
Black with #020920
Text Example
Text Example
White with #020920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020920; }
p { color: rgb(2,9,32); }
H1.HeaderClassName
{
color: #020920;
}
.AnyTagClassName
{
color: #020920;
}
</style>
background-color css
<style>
a { background-color: #020920; }
a { background-color: rgb(2,9,32); }
div.DivClassName
{
background-color: #020920;
}
.BgClassName
{
background-color: #020920;
}
</style>
border-color css
<style>
span { border-color: #020920; }
span { border-color: rgb(2,9,32); }
td.TdClassName
{
border-color: #020920;
}
.TagClassName
{
border-color: #020920;
}
</style>