Shades of Black Russian #050133
Tints of Black Russian #050133
RGB
CMYK
RGB Variations
Color information
#050133 (or 0x050133) is known color: Black Russian. HEX triplet: 05, 01 and 33. RGB value is (5,1,51). Sum of RGB (Red+Green+Blue) = 5+1+51=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 51 (20.31% from 255 or 89.47% from 57); Max value from RGB is 51 - color contains mainly: blue. Hex color #050133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050133 is #FAFECC. Grayscale: #070707. Windows color (decimal): -16449229 or 3342597. OLE color: 3342597.
HSL color Cylindrical-coordinate representation of color #050133: hue angle of 244.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050133 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 1 | 51 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.8 |
| HSL | 244.8º | 0.96% | 0.1% | - |
| HSV(B) | 244.8º | 0.98% | 0.2% | - |
| XYZ | 0.67 | 0.29 | 3.15 | - |
| YUV | 7.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 51 | 0.90 | 0.98 | 0 | 0.8 | 244.8 | 0.96 | 0.1 |
| Hex | 5 | 1 | 33 | 5A | 62 | 0 | 50 | F5 | 60 | A |
| Octal | 5 | 1 | 63 | 132 | 142 | 0 | 120 | 365 | 140 | 12 |
| Binary | 101 | 1 | 110011 | 1011010 | 1100010 | 0 | 1010000 | 11110101 | 1100000 | 1010 |
Color Harmonies of #050133
Complementary color
Monochromatic Colors of #050133
Black with #050133
Text Example
Text Example
White with #050133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050133; }
p { color: rgb(5,1,51); }
H1.HeaderClassName
{
color: #050133;
}
.AnyTagClassName
{
color: #050133;
}
</style>
background-color css
<style>
a { background-color: #050133; }
a { background-color: rgb(5,1,51); }
div.DivClassName
{
background-color: #050133;
}
.BgClassName
{
background-color: #050133;
}
</style>
border-color css
<style>
span { border-color: #050133; }
span { border-color: rgb(5,1,51); }
td.TdClassName
{
border-color: #050133;
}
.TagClassName
{
border-color: #050133;
}
</style>