Shades of Black Russian #050B2C
Tints of Black Russian #050B2C
RGB
CMYK
RGB Variations
Color information
#050B2C (or 0x050B2C) is known color: Black Russian. HEX triplet: 05, 0B and 2C. RGB value is (5,11,44). Sum of RGB (Red+Green+Blue) = 5+11+44=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 44 (17.58% from 255 or 73.33% from 60); Max value from RGB is 44 - color contains mainly: blue. Hex color #050B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B2C is #FAF4D3. Grayscale: #0C0C0C. Windows color (decimal): -16446676 or 2886405. OLE color: 2886405.
HSL color Cylindrical-coordinate representation of color #050B2C: hue angle of 230.77º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050B2C is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 11 | 44 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.83 |
| HSL | 230.77º | 0.8% | 0.1% | - |
| HSV(B) | 230.77º | 0.89% | 0.17% | - |
| XYZ | 0.64 | 0.45 | 2.44 | - |
| YUV | 12.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 44 | 0.89 | 0.75 | 0 | 0.83 | 230.77 | 0.8 | 0.1 |
| Hex | 5 | B | 2C | 59 | 4B | 0 | 53 | E7 | 50 | A |
| Octal | 5 | 13 | 54 | 131 | 113 | 0 | 123 | 347 | 120 | 12 |
| Binary | 101 | 1011 | 101100 | 1011001 | 1001011 | 0 | 1010011 | 11100111 | 1010000 | 1010 |
Color Harmonies of #050B2C
Complementary color
Monochromatic Colors of #050B2C
Black with #050B2C
Text Example
Text Example
White with #050B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B2C; }
p { color: rgb(5,11,44); }
H1.HeaderClassName
{
color: #050B2C;
}
.AnyTagClassName
{
color: #050B2C;
}
</style>
background-color css
<style>
a { background-color: #050B2C; }
a { background-color: rgb(5,11,44); }
div.DivClassName
{
background-color: #050B2C;
}
.BgClassName
{
background-color: #050B2C;
}
</style>
border-color css
<style>
span { border-color: #050B2C; }
span { border-color: rgb(5,11,44); }
td.TdClassName
{
border-color: #050B2C;
}
.TagClassName
{
border-color: #050B2C;
}
</style>