Shades of Black Russian #020A1F
Tints of Black Russian #020A1F
RGB
CMYK
RGB Variations
Color information
#020A1F (or 0x020A1F) is known color: Black Russian. HEX triplet: 02, 0A and 1F. RGB value is (2,10,31). Sum of RGB (Red+Green+Blue) = 2+10+31=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 31 (12.5% from 255 or 72.09% from 43); Max value from RGB is 31 - color contains mainly: blue. Hex color #020A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A1F is #FDF5E0. Grayscale: #090909. Windows color (decimal): -16643553 or 2034178. OLE color: 2034178.
HSL color Cylindrical-coordinate representation of color #020A1F: hue angle of 223.45º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020A1F is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 10 | 31 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.88 |
| HSL | 223.45º | 0.88% | 0.06% | - |
| HSV(B) | 223.45º | 0.94% | 0.12% | - |
| XYZ | 0.38 | 0.33 | 1.34 | - |
| YUV | 10 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 31 | 0.94 | 0.68 | 0 | 0.88 | 223.45 | 0.88 | 0.06 |
| Hex | 2 | A | 1F | 5E | 44 | 0 | 58 | DF | 58 | 6 |
| Octal | 2 | 12 | 37 | 136 | 104 | 0 | 130 | 337 | 130 | 6 |
| Binary | 10 | 1010 | 11111 | 1011110 | 1000100 | 0 | 1011000 | 11011111 | 1011000 | 110 |
Color Harmonies of #020A1F
Complementary color
Monochromatic Colors of #020A1F
Black with #020A1F
Text Example
Text Example
White with #020A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A1F; }
p { color: rgb(2,10,31); }
H1.HeaderClassName
{
color: #020A1F;
}
.AnyTagClassName
{
color: #020A1F;
}
</style>
background-color css
<style>
a { background-color: #020A1F; }
a { background-color: rgb(2,10,31); }
div.DivClassName
{
background-color: #020A1F;
}
.BgClassName
{
background-color: #020A1F;
}
</style>
border-color css
<style>
span { border-color: #020A1F; }
span { border-color: rgb(2,10,31); }
td.TdClassName
{
border-color: #020A1F;
}
.TagClassName
{
border-color: #020A1F;
}
</style>