Shades of Black Russian #020A1C
Tints of Black Russian #020A1C
RGB
CMYK
RGB Variations
Color information
#020A1C (or 0x020A1C) is known color: Black Russian. HEX triplet: 02, 0A and 1C. RGB value is (2,10,28). Sum of RGB (Red+Green+Blue) = 2+10+28=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #020A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A1C is #FDF5E3. Grayscale: #090909. Windows color (decimal): -16643556 or 1837570. OLE color: 1837570.
HSL color Cylindrical-coordinate representation of color #020A1C: hue angle of 221.54º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020A1C is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 10 | 28 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.89 |
| HSL | 221.54º | 0.87% | 0.06% | - |
| HSV(B) | 221.54º | 0.93% | 0.11% | - |
| XYZ | 0.34 | 0.31 | 1.14 | - |
| YUV | 9.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 28 | 0.93 | 0.64 | 0 | 0.89 | 221.54 | 0.87 | 0.06 |
| Hex | 2 | A | 1C | 5D | 40 | 0 | 59 | DE | 57 | 6 |
| Octal | 2 | 12 | 34 | 135 | 100 | 0 | 131 | 336 | 127 | 6 |
| Binary | 10 | 1010 | 11100 | 1011101 | 1000000 | 0 | 1011001 | 11011110 | 1010111 | 110 |
Color Harmonies of #020A1C
Complementary color
Monochromatic Colors of #020A1C
Black with #020A1C
Text Example
Text Example
White with #020A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A1C; }
p { color: rgb(2,10,28); }
H1.HeaderClassName
{
color: #020A1C;
}
.AnyTagClassName
{
color: #020A1C;
}
</style>
background-color css
<style>
a { background-color: #020A1C; }
a { background-color: rgb(2,10,28); }
div.DivClassName
{
background-color: #020A1C;
}
.BgClassName
{
background-color: #020A1C;
}
</style>
border-color css
<style>
span { border-color: #020A1C; }
span { border-color: rgb(2,10,28); }
td.TdClassName
{
border-color: #020A1C;
}
.TagClassName
{
border-color: #020A1C;
}
</style>