Shades of Black Russian #050333
Tints of Black Russian #050333
RGB
CMYK
RGB Variations
Color information
#050333 (or 0x050333) is known color: Black Russian. HEX triplet: 05, 03 and 33. RGB value is (5,3,51). Sum of RGB (Red+Green+Blue) = 5+3+51=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 51 (20.31% from 255 or 86.44% from 59); Max value from RGB is 51 - color contains mainly: blue. Hex color #050333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050333 is #FAFCCC. Grayscale: #080808. Windows color (decimal): -16448717 or 3343109. OLE color: 3343109.
HSL color Cylindrical-coordinate representation of color #050333: hue angle of 242.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050333 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 3 | 51 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.8 |
| HSL | 242.5º | 0.89% | 0.11% | - |
| HSV(B) | 242.5º | 0.94% | 0.2% | - |
| XYZ | 0.69 | 0.34 | 3.16 | - |
| YUV | 9.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 51 | 0.90 | 0.94 | 0 | 0.8 | 242.5 | 0.89 | 0.11 |
| Hex | 5 | 3 | 33 | 5A | 5E | 0 | 50 | F2 | 59 | B |
| Octal | 5 | 3 | 63 | 132 | 136 | 0 | 120 | 362 | 131 | 13 |
| Binary | 101 | 11 | 110011 | 1011010 | 1011110 | 0 | 1010000 | 11110010 | 1011001 | 1011 |
Color Harmonies of #050333
Complementary color
Monochromatic Colors of #050333
Black with #050333
Text Example
Text Example
White with #050333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050333; }
p { color: rgb(5,3,51); }
H1.HeaderClassName
{
color: #050333;
}
.AnyTagClassName
{
color: #050333;
}
</style>
background-color css
<style>
a { background-color: #050333; }
a { background-color: rgb(5,3,51); }
div.DivClassName
{
background-color: #050333;
}
.BgClassName
{
background-color: #050333;
}
</style>
border-color css
<style>
span { border-color: #050333; }
span { border-color: rgb(5,3,51); }
td.TdClassName
{
border-color: #050333;
}
.TagClassName
{
border-color: #050333;
}
</style>