Shades of Black Russian #05022D
Tints of Black Russian #05022D
RGB
CMYK
RGB Variations
Color information
#05022D (or 0x05022D) is known color: Black Russian. HEX triplet: 05, 02 and 2D. RGB value is (5,2,45). Sum of RGB (Red+Green+Blue) = 5+2+45=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 45 (17.97% from 255 or 86.54% from 52); Max value from RGB is 45 - color contains mainly: blue. Hex color #05022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05022D is #FAFDD2. Grayscale: #070707. Windows color (decimal): -16448979 or 2949637. OLE color: 2949637.
HSL color Cylindrical-coordinate representation of color #05022D: hue angle of 244.19º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05022D is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 2 | 45 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.82 |
| HSL | 244.19º | 0.91% | 0.09% | - |
| HSV(B) | 244.19º | 0.96% | 0.18% | - |
| XYZ | 0.56 | 0.27 | 2.5 | - |
| YUV | 7.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 45 | 0.89 | 0.96 | 0 | 0.82 | 244.19 | 0.91 | 0.09 |
| Hex | 5 | 2 | 2D | 59 | 60 | 0 | 52 | F4 | 5B | 9 |
| Octal | 5 | 2 | 55 | 131 | 140 | 0 | 122 | 364 | 133 | 11 |
| Binary | 101 | 10 | 101101 | 1011001 | 1100000 | 0 | 1010010 | 11110100 | 1011011 | 1001 |
Color Harmonies of #05022D
Complementary color
Monochromatic Colors of #05022D
Black with #05022D
Text Example
Text Example
White with #05022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05022D; }
p { color: rgb(5,2,45); }
H1.HeaderClassName
{
color: #05022D;
}
.AnyTagClassName
{
color: #05022D;
}
</style>
background-color css
<style>
a { background-color: #05022D; }
a { background-color: rgb(5,2,45); }
div.DivClassName
{
background-color: #05022D;
}
.BgClassName
{
background-color: #05022D;
}
</style>
border-color css
<style>
span { border-color: #05022D; }
span { border-color: rgb(5,2,45); }
td.TdClassName
{
border-color: #05022D;
}
.TagClassName
{
border-color: #05022D;
}
</style>