Shades of Black Russian #050B1D
Tints of Black Russian #050B1D
RGB
CMYK
RGB Variations
Color information
#050B1D (or 0x050B1D) is known color: Black Russian. HEX triplet: 05, 0B and 1D. RGB value is (5,11,29). Sum of RGB (Red+Green+Blue) = 5+11+29=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 29 (11.72% from 255 or 64.44% from 45); Max value from RGB is 29 - color contains mainly: blue. Hex color #050B1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B1D is #FAF4E2. Grayscale: #0B0B0B. Windows color (decimal): -16446691 or 1903365. OLE color: 1903365.
HSL color Cylindrical-coordinate representation of color #050B1D: hue angle of 225º 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 #050B1D is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 11 | 29 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.89 |
| HSL | 225º | 0.71% | 0.07% | - |
| HSV(B) | 225º | 0.83% | 0.11% | - |
| XYZ | 0.4 | 0.36 | 1.21 | - |
| YUV | 11.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 29 | 0.83 | 0.62 | 0 | 0.89 | 225 | 0.71 | 0.07 |
| Hex | 5 | B | 1D | 53 | 3E | 0 | 59 | E1 | 47 | 7 |
| Octal | 5 | 13 | 35 | 123 | 76 | 0 | 131 | 341 | 107 | 7 |
| Binary | 101 | 1011 | 11101 | 1010011 | 111110 | 0 | 1011001 | 11100001 | 1000111 | 111 |
Color Harmonies of #050B1D
Complementary color
Monochromatic Colors of #050B1D
Black with #050B1D
Text Example
Text Example
White with #050B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B1D; }
p { color: rgb(5,11,29); }
H1.HeaderClassName
{
color: #050B1D;
}
.AnyTagClassName
{
color: #050B1D;
}
</style>
background-color css
<style>
a { background-color: #050B1D; }
a { background-color: rgb(5,11,29); }
div.DivClassName
{
background-color: #050B1D;
}
.BgClassName
{
background-color: #050B1D;
}
</style>
border-color css
<style>
span { border-color: #050B1D; }
span { border-color: rgb(5,11,29); }
td.TdClassName
{
border-color: #050B1D;
}
.TagClassName
{
border-color: #050B1D;
}
</style>