Shades of Black Russian #06051E
Tints of Black Russian #06051E
RGB
CMYK
RGB Variations
Color information
#06051E (or 0x06051E) is known color: Black Russian. HEX triplet: 06, 05 and 1E. RGB value is (6,5,30). Sum of RGB (Red+Green+Blue) = 6+5+30=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #06051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06051E is #F9FAE1. Grayscale: #080808. Windows color (decimal): -16382690 or 1967366. OLE color: 1967366.
HSL color Cylindrical-coordinate representation of color #06051E: hue angle of 242.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #06051E is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 5 | 30 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.88 |
| HSL | 242.4º | 0.71% | 0.07% | - |
| HSV(B) | 242.4º | 0.83% | 0.12% | - |
| XYZ | 0.36 | 0.24 | 1.26 | - |
| YUV | 8.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 30 | 0.80 | 0.83 | 0 | 0.88 | 242.4 | 0.71 | 0.07 |
| Hex | 6 | 5 | 1E | 50 | 53 | 0 | 58 | F2 | 47 | 7 |
| Octal | 6 | 5 | 36 | 120 | 123 | 0 | 130 | 362 | 107 | 7 |
| Binary | 110 | 101 | 11110 | 1010000 | 1010011 | 0 | 1011000 | 11110010 | 1000111 | 111 |
Color Harmonies of #06051E
Complementary color
Monochromatic Colors of #06051E
Black with #06051E
Text Example
Text Example
White with #06051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06051E; }
p { color: rgb(6,5,30); }
H1.HeaderClassName
{
color: #06051E;
}
.AnyTagClassName
{
color: #06051E;
}
</style>
background-color css
<style>
a { background-color: #06051E; }
a { background-color: rgb(6,5,30); }
div.DivClassName
{
background-color: #06051E;
}
.BgClassName
{
background-color: #06051E;
}
</style>
border-color css
<style>
span { border-color: #06051E; }
span { border-color: rgb(6,5,30); }
td.TdClassName
{
border-color: #06051E;
}
.TagClassName
{
border-color: #06051E;
}
</style>