Shades of Black Russian #050131
Tints of Black Russian #050131
RGB
CMYK
RGB Variations
Color information
#050131 (or 0x050131) is known color: Black Russian. HEX triplet: 05, 01 and 31. RGB value is (5,1,49). Sum of RGB (Red+Green+Blue) = 5+1+49=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 49 (19.53% from 255 or 89.09% from 55); Max value from RGB is 49 - color contains mainly: blue. Hex color #050131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050131 is #FAFECE. Grayscale: #070707. Windows color (decimal): -16449231 or 3211525. OLE color: 3211525.
HSL color Cylindrical-coordinate representation of color #050131: hue angle of 245º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050131 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 1 | 49 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.81 |
| HSL | 245º | 0.96% | 0.1% | - |
| HSV(B) | 245º | 0.98% | 0.19% | - |
| XYZ | 0.63 | 0.28 | 2.93 | - |
| YUV | 7.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 49 | 0.90 | 0.98 | 0 | 0.81 | 245 | 0.96 | 0.1 |
| Hex | 5 | 1 | 31 | 5A | 62 | 0 | 51 | F5 | 60 | A |
| Octal | 5 | 1 | 61 | 132 | 142 | 0 | 121 | 365 | 140 | 12 |
| Binary | 101 | 1 | 110001 | 1011010 | 1100010 | 0 | 1010001 | 11110101 | 1100000 | 1010 |
Color Harmonies of #050131
Complementary color
Monochromatic Colors of #050131
Black with #050131
Text Example
Text Example
White with #050131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050131; }
p { color: rgb(5,1,49); }
H1.HeaderClassName
{
color: #050131;
}
.AnyTagClassName
{
color: #050131;
}
</style>
background-color css
<style>
a { background-color: #050131; }
a { background-color: rgb(5,1,49); }
div.DivClassName
{
background-color: #050131;
}
.BgClassName
{
background-color: #050131;
}
</style>
border-color css
<style>
span { border-color: #050131; }
span { border-color: rgb(5,1,49); }
td.TdClassName
{
border-color: #050131;
}
.TagClassName
{
border-color: #050131;
}
</style>