Shades of Black Russian #05040A
Tints of Black Russian #05040A
RGB
CMYK
RGB Variations
Color information
#05040A (or 0x05040A) is known color: Black Russian. HEX triplet: 05, 04 and 0A. RGB value is (5,4,10). Sum of RGB (Red+Green+Blue) = 5+4+10=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #05040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05040A is #FAFBF5. Grayscale: #040404. Windows color (decimal): -16448502 or 656389. OLE color: 656389.
HSL color Cylindrical-coordinate representation of color #05040A: hue angle of 250º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #05040A is Cyan = 0.50, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 5 | 4 | 10 | - |
CMYK | 0.50 | 0.6 | 0 | 0.96 |
HSL | 250º | 0.43% | 0.03% | - |
HSV(B) | 250º | 0.6% | 0.04% | - |
XYZ | 0.16 | 0.14 | 0.31 | - |
YUV | 4.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 4 | 10 | 0.50 | 0.6 | 0 | 0.96 | 250 | 0.43 | 0.03 |
Hex | 5 | 4 | A | 32 | 3C | 0 | 60 | FA | 2B | 3 |
Octal | 5 | 4 | 12 | 62 | 74 | 0 | 140 | 372 | 53 | 3 |
Binary | 101 | 100 | 1010 | 110010 | 111100 | 0 | 1100000 | 11111010 | 101011 | 11 |
Color Harmonies of #05040A
Complementary color
Monochromatic Colors of #05040A
Black with #05040A
Text Example
Text Example
White with #05040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05040A; }
p { color: rgb(5,4,10); }
H1.HeaderClassName
{
color: #05040A;
}
.AnyTagClassName
{
color: #05040A;
}
</style>
background-color css
<style>
a { background-color: #05040A; }
a { background-color: rgb(5,4,10); }
div.DivClassName
{
background-color: #05040A;
}
.BgClassName
{
background-color: #05040A;
}
</style>
border-color css
<style>
span { border-color: #05040A; }
span { border-color: rgb(5,4,10); }
td.TdClassName
{
border-color: #05040A;
}
.TagClassName
{
border-color: #05040A;
}
</style>