Shades of Black Russian #05072D
Tints of Black Russian #05072D
RGB
CMYK
RGB Variations
Color information
#05072D (or 0x05072D) is known color: Black Russian. HEX triplet: 05, 07 and 2D. RGB value is (5,7,45). Sum of RGB (Red+Green+Blue) = 5+7+45=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 45 (17.97% from 255 or 78.95% from 57); Max value from RGB is 45 - color contains mainly: blue. Hex color #05072D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05072D is #FAF8D2. Grayscale: #0A0A0A. Windows color (decimal): -16447699 or 2950917. OLE color: 2950917.
HSL color Cylindrical-coordinate representation of color #05072D: hue angle of 237º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05072D is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 7 | 45 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.82 |
| HSL | 237º | 0.8% | 0.1% | - |
| HSV(B) | 237º | 0.89% | 0.18% | - |
| XYZ | 0.61 | 0.37 | 2.52 | - |
| YUV | 10.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 45 | 0.89 | 0.84 | 0 | 0.82 | 237 | 0.8 | 0.1 |
| Hex | 5 | 7 | 2D | 59 | 54 | 0 | 52 | ED | 50 | A |
| Octal | 5 | 7 | 55 | 131 | 124 | 0 | 122 | 355 | 120 | 12 |
| Binary | 101 | 111 | 101101 | 1011001 | 1010100 | 0 | 1010010 | 11101101 | 1010000 | 1010 |
Color Harmonies of #05072D
Complementary color
Monochromatic Colors of #05072D
Black with #05072D
Text Example
Text Example
White with #05072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05072D; }
p { color: rgb(5,7,45); }
H1.HeaderClassName
{
color: #05072D;
}
.AnyTagClassName
{
color: #05072D;
}
</style>
background-color css
<style>
a { background-color: #05072D; }
a { background-color: rgb(5,7,45); }
div.DivClassName
{
background-color: #05072D;
}
.BgClassName
{
background-color: #05072D;
}
</style>
border-color css
<style>
span { border-color: #05072D; }
span { border-color: rgb(5,7,45); }
td.TdClassName
{
border-color: #05072D;
}
.TagClassName
{
border-color: #05072D;
}
</style>