Shades of Black Russian #020B1F
Tints of Black Russian #020B1F
RGB
CMYK
RGB Variations
Color information
#020B1F (or 0x020B1F) is known color: Black Russian. HEX triplet: 02, 0B and 1F. RGB value is (2,11,31). Sum of RGB (Red+Green+Blue) = 2+11+31=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #020B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B1F is #FDF4E0. Grayscale: #0A0A0A. Windows color (decimal): -16643297 or 2034434. OLE color: 2034434.
HSL color Cylindrical-coordinate representation of color #020B1F: hue angle of 221.38º 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 #020B1F is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 11 | 31 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.88 |
| HSL | 221.38º | 0.88% | 0.06% | - |
| HSV(B) | 221.38º | 0.94% | 0.12% | - |
| XYZ | 0.39 | 0.35 | 1.34 | - |
| YUV | 10.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 31 | 0.94 | 0.65 | 0 | 0.88 | 221.38 | 0.88 | 0.06 |
| Hex | 2 | B | 1F | 5E | 41 | 0 | 58 | DD | 58 | 6 |
| Octal | 2 | 13 | 37 | 136 | 101 | 0 | 130 | 335 | 130 | 6 |
| Binary | 10 | 1011 | 11111 | 1011110 | 1000001 | 0 | 1011000 | 11011101 | 1011000 | 110 |
Color Harmonies of #020B1F
Complementary color
Monochromatic Colors of #020B1F
Black with #020B1F
Text Example
Text Example
White with #020B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B1F; }
p { color: rgb(2,11,31); }
H1.HeaderClassName
{
color: #020B1F;
}
.AnyTagClassName
{
color: #020B1F;
}
</style>
background-color css
<style>
a { background-color: #020B1F; }
a { background-color: rgb(2,11,31); }
div.DivClassName
{
background-color: #020B1F;
}
.BgClassName
{
background-color: #020B1F;
}
</style>
border-color css
<style>
span { border-color: #020B1F; }
span { border-color: rgb(2,11,31); }
td.TdClassName
{
border-color: #020B1F;
}
.TagClassName
{
border-color: #020B1F;
}
</style>