Shades of Black Russian #020C1E
Tints of Black Russian #020C1E
RGB
CMYK
RGB Variations
Color information
#020C1E (or 0x020C1E) is known color: Black Russian. HEX triplet: 02, 0C and 1E. RGB value is (2,12,30). Sum of RGB (Red+Green+Blue) = 2+12+30=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 30 (12.11% from 255 or 68.18% from 44); Max value from RGB is 30 - color contains mainly: blue. Hex color #020C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C1E is #FDF3E1. Grayscale: #0A0A0A. Windows color (decimal): -16643042 or 1969154. OLE color: 1969154.
HSL color Cylindrical-coordinate representation of color #020C1E: hue angle of 218.57º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020C1E is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 12 | 30 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.88 |
| HSL | 218.57º | 0.88% | 0.06% | - |
| HSV(B) | 218.57º | 0.93% | 0.12% | - |
| XYZ | 0.39 | 0.37 | 1.28 | - |
| YUV | 11.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 30 | 0.93 | 0.60 | 0 | 0.88 | 218.57 | 0.88 | 0.06 |
| Hex | 2 | C | 1E | 5D | 3C | 0 | 58 | DB | 58 | 6 |
| Octal | 2 | 14 | 36 | 135 | 74 | 0 | 130 | 333 | 130 | 6 |
| Binary | 10 | 1100 | 11110 | 1011101 | 111100 | 0 | 1011000 | 11011011 | 1011000 | 110 |
Color Harmonies of #020C1E
Complementary color
Monochromatic Colors of #020C1E
Black with #020C1E
Text Example
Text Example
White with #020C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C1E; }
p { color: rgb(2,12,30); }
H1.HeaderClassName
{
color: #020C1E;
}
.AnyTagClassName
{
color: #020C1E;
}
</style>
background-color css
<style>
a { background-color: #020C1E; }
a { background-color: rgb(2,12,30); }
div.DivClassName
{
background-color: #020C1E;
}
.BgClassName
{
background-color: #020C1E;
}
</style>
border-color css
<style>
span { border-color: #020C1E; }
span { border-color: rgb(2,12,30); }
td.TdClassName
{
border-color: #020C1E;
}
.TagClassName
{
border-color: #020C1E;
}
</style>