Shades of Black Russian #05061D
Tints of Black Russian #05061D
RGB
CMYK
RGB Variations
Color information
#05061D (or 0x05061D) is known color: Black Russian. HEX triplet: 05, 06 and 1D. RGB value is (5,6,29). Sum of RGB (Red+Green+Blue) = 5+6+29=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #05061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05061D is #FAF9E2. Grayscale: #080808. Windows color (decimal): -16447971 or 1902085. OLE color: 1902085.
HSL color Cylindrical-coordinate representation of color #05061D: hue angle of 237.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05061D is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 6 | 29 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.89 |
| HSL | 237.5º | 0.71% | 0.07% | - |
| HSV(B) | 237.5º | 0.83% | 0.11% | - |
| XYZ | 0.35 | 0.25 | 1.19 | - |
| YUV | 8.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 29 | 0.83 | 0.79 | 0 | 0.89 | 237.5 | 0.71 | 0.07 |
| Hex | 5 | 6 | 1D | 53 | 4F | 0 | 59 | EE | 47 | 7 |
| Octal | 5 | 6 | 35 | 123 | 117 | 0 | 131 | 356 | 107 | 7 |
| Binary | 101 | 110 | 11101 | 1010011 | 1001111 | 0 | 1011001 | 11101110 | 1000111 | 111 |
Color Harmonies of #05061D
Complementary color
Monochromatic Colors of #05061D
Black with #05061D
Text Example
Text Example
White with #05061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05061D; }
p { color: rgb(5,6,29); }
H1.HeaderClassName
{
color: #05061D;
}
.AnyTagClassName
{
color: #05061D;
}
</style>
background-color css
<style>
a { background-color: #05061D; }
a { background-color: rgb(5,6,29); }
div.DivClassName
{
background-color: #05061D;
}
.BgClassName
{
background-color: #05061D;
}
</style>
border-color css
<style>
span { border-color: #05061D; }
span { border-color: rgb(5,6,29); }
td.TdClassName
{
border-color: #05061D;
}
.TagClassName
{
border-color: #05061D;
}
</style>