Shades of Black Russian #050A1D
Tints of Black Russian #050A1D
RGB
CMYK
RGB Variations
Color information
#050A1D (or 0x050A1D) is known color: Black Russian. HEX triplet: 05, 0A and 1D. RGB value is (5,10,29). Sum of RGB (Red+Green+Blue) = 5+10+29=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #050A1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A1D is #FAF5E2. Grayscale: #0A0A0A. Windows color (decimal): -16446947 or 1903109. OLE color: 1903109.
HSL color Cylindrical-coordinate representation of color #050A1D: hue angle of 227.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 #050A1D is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 10 | 29 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.89 |
| HSL | 227.5º | 0.71% | 0.07% | - |
| HSV(B) | 227.5º | 0.83% | 0.11% | - |
| XYZ | 0.39 | 0.34 | 1.21 | - |
| YUV | 10.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 29 | 0.83 | 0.66 | 0 | 0.89 | 227.5 | 0.71 | 0.07 |
| Hex | 5 | A | 1D | 53 | 42 | 0 | 59 | E4 | 47 | 7 |
| Octal | 5 | 12 | 35 | 123 | 102 | 0 | 131 | 344 | 107 | 7 |
| Binary | 101 | 1010 | 11101 | 1010011 | 1000010 | 0 | 1011001 | 11100100 | 1000111 | 111 |
Color Harmonies of #050A1D
Complementary color
Monochromatic Colors of #050A1D
Black with #050A1D
Text Example
Text Example
White with #050A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A1D; }
p { color: rgb(5,10,29); }
H1.HeaderClassName
{
color: #050A1D;
}
.AnyTagClassName
{
color: #050A1D;
}
</style>
background-color css
<style>
a { background-color: #050A1D; }
a { background-color: rgb(5,10,29); }
div.DivClassName
{
background-color: #050A1D;
}
.BgClassName
{
background-color: #050A1D;
}
</style>
border-color css
<style>
span { border-color: #050A1D; }
span { border-color: rgb(5,10,29); }
td.TdClassName
{
border-color: #050A1D;
}
.TagClassName
{
border-color: #050A1D;
}
</style>