Shades of Black Russian #06021E
Tints of Black Russian #06021E
RGB
CMYK
RGB Variations
Color information
#06021E (or 0x06021E) is known color: Black Russian. HEX triplet: 06, 02 and 1E. RGB value is (6,2,30). Sum of RGB (Red+Green+Blue) = 6+2+30=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #06021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06021E is #F9FDE1. Grayscale: #060606. Windows color (decimal): -16383458 or 1966598. OLE color: 1966598.
HSL color Cylindrical-coordinate representation of color #06021E: hue angle of 248.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 #06021E is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 2 | 30 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.88 |
| HSL | 248.57º | 0.88% | 0.06% | - |
| HSV(B) | 248.57º | 0.93% | 0.12% | - |
| XYZ | 0.33 | 0.18 | 1.24 | - |
| YUV | 6.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 30 | 0.80 | 0.93 | 0 | 0.88 | 248.57 | 0.88 | 0.06 |
| Hex | 6 | 2 | 1E | 50 | 5D | 0 | 58 | F9 | 58 | 6 |
| Octal | 6 | 2 | 36 | 120 | 135 | 0 | 130 | 371 | 130 | 6 |
| Binary | 110 | 10 | 11110 | 1010000 | 1011101 | 0 | 1011000 | 11111001 | 1011000 | 110 |
Color Harmonies of #06021E
Complementary color
Monochromatic Colors of #06021E
Black with #06021E
Text Example
Text Example
White with #06021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06021E; }
p { color: rgb(6,2,30); }
H1.HeaderClassName
{
color: #06021E;
}
.AnyTagClassName
{
color: #06021E;
}
</style>
background-color css
<style>
a { background-color: #06021E; }
a { background-color: rgb(6,2,30); }
div.DivClassName
{
background-color: #06021E;
}
.BgClassName
{
background-color: #06021E;
}
</style>
border-color css
<style>
span { border-color: #06021E; }
span { border-color: rgb(6,2,30); }
td.TdClassName
{
border-color: #06021E;
}
.TagClassName
{
border-color: #06021E;
}
</style>