Shades of Black Russian #05040F
Tints of Black Russian #05040F
RGB
CMYK
RGB Variations
Color information
#05040F (or 0x05040F) is known color: Black Russian. HEX triplet: 05, 04 and 0F. RGB value is (5,4,15). Sum of RGB (Red+Green+Blue) = 5+4+15=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #05040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05040F is #FAFBF0. Grayscale: #050505. Windows color (decimal): -16448497 or 984069. OLE color: 984069.
HSL color Cylindrical-coordinate representation of color #05040F: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #05040F is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 4 | 15 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.94 |
| HSL | 245.45º | 0.58% | 0.04% | - |
| HSV(B) | 245.45º | 0.73% | 0.06% | - |
| XYZ | 0.19 | 0.15 | 0.47 | - |
| YUV | 5.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 15 | 0.67 | 0.73 | 0 | 0.94 | 245.45 | 0.58 | 0.04 |
| Hex | 5 | 4 | F | 43 | 49 | 0 | 5E | F5 | 3A | 4 |
| Octal | 5 | 4 | 17 | 103 | 111 | 0 | 136 | 365 | 72 | 4 |
| Binary | 101 | 100 | 1111 | 1000011 | 1001001 | 0 | 1011110 | 11110101 | 111010 | 100 |
Color Harmonies of #05040F
Complementary color
Monochromatic Colors of #05040F
Black with #05040F
Text Example
Text Example
White with #05040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05040F; }
p { color: rgb(5,4,15); }
H1.HeaderClassName
{
color: #05040F;
}
.AnyTagClassName
{
color: #05040F;
}
</style>
background-color css
<style>
a { background-color: #05040F; }
a { background-color: rgb(5,4,15); }
div.DivClassName
{
background-color: #05040F;
}
.BgClassName
{
background-color: #05040F;
}
</style>
border-color css
<style>
span { border-color: #05040F; }
span { border-color: rgb(5,4,15); }
td.TdClassName
{
border-color: #05040F;
}
.TagClassName
{
border-color: #05040F;
}
</style>