Shades of Black Russian #05082D
Tints of Black Russian #05082D
RGB
CMYK
RGB Variations
Color information
#05082D (or 0x05082D) is known color: Black Russian. HEX triplet: 05, 08 and 2D. RGB value is (5,8,45). Sum of RGB (Red+Green+Blue) = 5+8+45=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 45 (17.97% from 255 or 77.59% from 58); Max value from RGB is 45 - color contains mainly: blue. Hex color #05082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05082D is #FAF7D2. Grayscale: #0B0B0B. Windows color (decimal): -16447443 or 2951173. OLE color: 2951173.
HSL color Cylindrical-coordinate representation of color #05082D: hue angle of 235.5º 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 #05082D is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 8 | 45 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.82 |
| HSL | 235.5º | 0.8% | 0.1% | - |
| HSV(B) | 235.5º | 0.89% | 0.18% | - |
| XYZ | 0.62 | 0.4 | 2.53 | - |
| YUV | 11.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 45 | 0.89 | 0.82 | 0 | 0.82 | 235.5 | 0.8 | 0.1 |
| Hex | 5 | 8 | 2D | 59 | 52 | 0 | 52 | EC | 50 | A |
| Octal | 5 | 10 | 55 | 131 | 122 | 0 | 122 | 354 | 120 | 12 |
| Binary | 101 | 1000 | 101101 | 1011001 | 1010010 | 0 | 1010010 | 11101100 | 1010000 | 1010 |
Color Harmonies of #05082D
Complementary color
Monochromatic Colors of #05082D
Black with #05082D
Text Example
Text Example
White with #05082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05082D; }
p { color: rgb(5,8,45); }
H1.HeaderClassName
{
color: #05082D;
}
.AnyTagClassName
{
color: #05082D;
}
</style>
background-color css
<style>
a { background-color: #05082D; }
a { background-color: rgb(5,8,45); }
div.DivClassName
{
background-color: #05082D;
}
.BgClassName
{
background-color: #05082D;
}
</style>
border-color css
<style>
span { border-color: #05082D; }
span { border-color: rgb(5,8,45); }
td.TdClassName
{
border-color: #05082D;
}
.TagClassName
{
border-color: #05082D;
}
</style>