Shades of Black Russian #050B1F
Tints of Black Russian #050B1F
RGB
CMYK
RGB Variations
Color information
#050B1F (or 0x050B1F) is known color: Black Russian. HEX triplet: 05, 0B and 1F. RGB value is (5,11,31). Sum of RGB (Red+Green+Blue) = 5+11+31=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #050B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B1F is #FAF4E0. Grayscale: #0B0B0B. Windows color (decimal): -16446689 or 2034437. OLE color: 2034437.
HSL color Cylindrical-coordinate representation of color #050B1F: hue angle of 226.15º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #050B1F is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 11 | 31 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.88 |
| HSL | 226.15º | 0.72% | 0.07% | - |
| HSV(B) | 226.15º | 0.84% | 0.12% | - |
| XYZ | 0.43 | 0.37 | 1.35 | - |
| YUV | 11.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 31 | 0.84 | 0.65 | 0 | 0.88 | 226.15 | 0.72 | 0.07 |
| Hex | 5 | B | 1F | 54 | 41 | 0 | 58 | E2 | 48 | 7 |
| Octal | 5 | 13 | 37 | 124 | 101 | 0 | 130 | 342 | 110 | 7 |
| Binary | 101 | 1011 | 11111 | 1010100 | 1000001 | 0 | 1011000 | 11100010 | 1001000 | 111 |
Color Harmonies of #050B1F
Complementary color
Monochromatic Colors of #050B1F
Black with #050B1F
Text Example
Text Example
White with #050B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B1F; }
p { color: rgb(5,11,31); }
H1.HeaderClassName
{
color: #050B1F;
}
.AnyTagClassName
{
color: #050B1F;
}
</style>
background-color css
<style>
a { background-color: #050B1F; }
a { background-color: rgb(5,11,31); }
div.DivClassName
{
background-color: #050B1F;
}
.BgClassName
{
background-color: #050B1F;
}
</style>
border-color css
<style>
span { border-color: #050B1F; }
span { border-color: rgb(5,11,31); }
td.TdClassName
{
border-color: #050B1F;
}
.TagClassName
{
border-color: #050B1F;
}
</style>