Shades of Black Russian #050134
Tints of Black Russian #050134
RGB
CMYK
RGB Variations
Color information
#050134 (or 0x050134) is known color: Black Russian. HEX triplet: 05, 01 and 34. RGB value is (5,1,52). Sum of RGB (Red+Green+Blue) = 5+1+52=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 52 (20.70% from 255 or 89.66% from 58); Max value from RGB is 52 - color contains mainly: blue. Hex color #050134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050134 is #FAFECB. Grayscale: #070707. Windows color (decimal): -16449228 or 3408133. OLE color: 3408133.
HSL color Cylindrical-coordinate representation of color #050134: hue angle of 244.71º 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 #050134 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 1 | 52 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.80 |
| HSL | 244.71º | 0.96% | 0.1% | - |
| HSV(B) | 244.71º | 0.98% | 0.2% | - |
| XYZ | 0.69 | 0.3 | 3.27 | - |
| YUV | 8.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 52 | 0.90 | 0.98 | 0 | 0.80 | 244.71 | 0.96 | 0.1 |
| Hex | 5 | 1 | 34 | 5A | 62 | 0 | 50 | F5 | 60 | A |
| Octal | 5 | 1 | 64 | 132 | 142 | 0 | 120 | 365 | 140 | 12 |
| Binary | 101 | 1 | 110100 | 1011010 | 1100010 | 0 | 1010000 | 11110101 | 1100000 | 1010 |
Color Harmonies of #050134
Complementary color
Monochromatic Colors of #050134
Black with #050134
Text Example
Text Example
White with #050134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050134; }
p { color: rgb(5,1,52); }
H1.HeaderClassName
{
color: #050134;
}
.AnyTagClassName
{
color: #050134;
}
</style>
background-color css
<style>
a { background-color: #050134; }
a { background-color: rgb(5,1,52); }
div.DivClassName
{
background-color: #050134;
}
.BgClassName
{
background-color: #050134;
}
</style>
border-color css
<style>
span { border-color: #050134; }
span { border-color: rgb(5,1,52); }
td.TdClassName
{
border-color: #050134;
}
.TagClassName
{
border-color: #050134;
}
</style>