Shades of Black Russian #05072E
Tints of Black Russian #05072E
RGB
CMYK
RGB Variations
Color information
#05072E (or 0x05072E) is known color: Black Russian. HEX triplet: 05, 07 and 2E. RGB value is (5,7,46). Sum of RGB (Red+Green+Blue) = 5+7+46=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 46 (18.36% from 255 or 79.31% from 58); Max value from RGB is 46 - color contains mainly: blue. Hex color #05072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05072E is #FAF8D1. Grayscale: #0A0A0A. Windows color (decimal): -16447698 or 3016453. OLE color: 3016453.
HSL color Cylindrical-coordinate representation of color #05072E: hue angle of 237.07º 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 #05072E is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 7 | 46 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.82 |
| HSL | 237.07º | 0.8% | 0.1% | - |
| HSV(B) | 237.07º | 0.89% | 0.18% | - |
| XYZ | 0.63 | 0.38 | 2.63 | - |
| YUV | 10.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 46 | 0.89 | 0.85 | 0 | 0.82 | 237.07 | 0.8 | 0.1 |
| Hex | 5 | 7 | 2E | 59 | 55 | 0 | 52 | ED | 50 | A |
| Octal | 5 | 7 | 56 | 131 | 125 | 0 | 122 | 355 | 120 | 12 |
| Binary | 101 | 111 | 101110 | 1011001 | 1010101 | 0 | 1010010 | 11101101 | 1010000 | 1010 |
Color Harmonies of #05072E
Complementary color
Monochromatic Colors of #05072E
Black with #05072E
Text Example
Text Example
White with #05072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05072E; }
p { color: rgb(5,7,46); }
H1.HeaderClassName
{
color: #05072E;
}
.AnyTagClassName
{
color: #05072E;
}
</style>
background-color css
<style>
a { background-color: #05072E; }
a { background-color: rgb(5,7,46); }
div.DivClassName
{
background-color: #05072E;
}
.BgClassName
{
background-color: #05072E;
}
</style>
border-color css
<style>
span { border-color: #05072E; }
span { border-color: rgb(5,7,46); }
td.TdClassName
{
border-color: #05072E;
}
.TagClassName
{
border-color: #05072E;
}
</style>