Shades of Black Russian #050B2F
Tints of Black Russian #050B2F
RGB
CMYK
RGB Variations
Color information
#050B2F (or 0x050B2F) is known color: Black Russian. HEX triplet: 05, 0B and 2F. RGB value is (5,11,47). Sum of RGB (Red+Green+Blue) = 5+11+47=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 47 (18.75% from 255 or 74.60% from 63); Max value from RGB is 47 - color contains mainly: blue. Hex color #050B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B2F is #FAF4D0. Grayscale: #0D0D0D. Windows color (decimal): -16446673 or 3083013. OLE color: 3083013.
HSL color Cylindrical-coordinate representation of color #050B2F: hue angle of 231.43º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050B2F is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 11 | 47 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.82 |
| HSL | 231.43º | 0.81% | 0.1% | - |
| HSV(B) | 231.43º | 0.89% | 0.18% | - |
| XYZ | 0.7 | 0.48 | 2.74 | - |
| YUV | 13.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 47 | 0.89 | 0.77 | 0 | 0.82 | 231.43 | 0.81 | 0.1 |
| Hex | 5 | B | 2F | 59 | 4D | 0 | 52 | E7 | 51 | A |
| Octal | 5 | 13 | 57 | 131 | 115 | 0 | 122 | 347 | 121 | 12 |
| Binary | 101 | 1011 | 101111 | 1011001 | 1001101 | 0 | 1010010 | 11100111 | 1010001 | 1010 |
Color Harmonies of #050B2F
Complementary color
Monochromatic Colors of #050B2F
Black with #050B2F
Text Example
Text Example
White with #050B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B2F; }
p { color: rgb(5,11,47); }
H1.HeaderClassName
{
color: #050B2F;
}
.AnyTagClassName
{
color: #050B2F;
}
</style>
background-color css
<style>
a { background-color: #050B2F; }
a { background-color: rgb(5,11,47); }
div.DivClassName
{
background-color: #050B2F;
}
.BgClassName
{
background-color: #050B2F;
}
</style>
border-color css
<style>
span { border-color: #050B2F; }
span { border-color: rgb(5,11,47); }
td.TdClassName
{
border-color: #050B2F;
}
.TagClassName
{
border-color: #050B2F;
}
</style>