Shades of Black Russian #05011E
Tints of Black Russian #05011E
RGB
CMYK
RGB Variations
Color information
#05011E (or 0x05011E) is known color: Black Russian. HEX triplet: 05, 01 and 1E. RGB value is (5,1,30). Sum of RGB (Red+Green+Blue) = 5+1+30=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 30 (12.11% from 255 or 83.33% from 36); Max value from RGB is 30 - color contains mainly: blue. Hex color #05011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05011E is #FAFEE1. Grayscale: #050505. Windows color (decimal): -16449250 or 1966341. OLE color: 1966341.
HSL color Cylindrical-coordinate representation of color #05011E: hue angle of 248.28º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05011E is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 1 | 30 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.88 |
| HSL | 248.28º | 0.94% | 0.06% | - |
| HSV(B) | 248.28º | 0.97% | 0.12% | - |
| XYZ | 0.31 | 0.15 | 1.24 | - |
| YUV | 5.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 30 | 0.83 | 0.97 | 0 | 0.88 | 248.28 | 0.94 | 0.06 |
| Hex | 5 | 1 | 1E | 53 | 61 | 0 | 58 | F8 | 5E | 6 |
| Octal | 5 | 1 | 36 | 123 | 141 | 0 | 130 | 370 | 136 | 6 |
| Binary | 101 | 1 | 11110 | 1010011 | 1100001 | 0 | 1011000 | 11111000 | 1011110 | 110 |
Color Harmonies of #05011E
Complementary color
Monochromatic Colors of #05011E
Black with #05011E
Text Example
Text Example
White with #05011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05011E; }
p { color: rgb(5,1,30); }
H1.HeaderClassName
{
color: #05011E;
}
.AnyTagClassName
{
color: #05011E;
}
</style>
background-color css
<style>
a { background-color: #05011E; }
a { background-color: rgb(5,1,30); }
div.DivClassName
{
background-color: #05011E;
}
.BgClassName
{
background-color: #05011E;
}
</style>
border-color css
<style>
span { border-color: #05011E; }
span { border-color: rgb(5,1,30); }
td.TdClassName
{
border-color: #05011E;
}
.TagClassName
{
border-color: #05011E;
}
</style>