Shades of Black Russian #05030A
Tints of Black Russian #05030A
RGB
CMYK
RGB Variations
Color information
#05030A (or 0x05030A) is known color: Black Russian. HEX triplet: 05, 03 and 0A. RGB value is (5,3,10). Sum of RGB (Red+Green+Blue) = 5+3+10=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #05030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05030A is #FAFCF5. Grayscale: #040404. Windows color (decimal): -16448758 or 656133. OLE color: 656133.
HSL color Cylindrical-coordinate representation of color #05030A: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #05030A is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 3 | 10 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.96 |
| HSL | 257.14º | 0.54% | 0.03% | - |
| HSV(B) | 257.14º | 0.7% | 0.04% | - |
| XYZ | 0.15 | 0.12 | 0.3 | - |
| YUV | 4.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 10 | 0.50 | 0.70 | 0 | 0.96 | 257.14 | 0.54 | 0.03 |
| Hex | 5 | 3 | A | 32 | 46 | 0 | 60 | 101 | 36 | 3 |
| Octal | 5 | 3 | 12 | 62 | 106 | 0 | 140 | 401 | 66 | 3 |
| Binary | 101 | 11 | 1010 | 110010 | 1000110 | 0 | 1100000 | 100000001 | 110110 | 11 |
Color Harmonies of #05030A
Complementary color
Monochromatic Colors of #05030A
Black with #05030A
Text Example
Text Example
White with #05030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05030A; }
p { color: rgb(5,3,10); }
H1.HeaderClassName
{
color: #05030A;
}
.AnyTagClassName
{
color: #05030A;
}
</style>
background-color css
<style>
a { background-color: #05030A; }
a { background-color: rgb(5,3,10); }
div.DivClassName
{
background-color: #05030A;
}
.BgClassName
{
background-color: #05030A;
}
</style>
border-color css
<style>
span { border-color: #05030A; }
span { border-color: rgb(5,3,10); }
td.TdClassName
{
border-color: #05030A;
}
.TagClassName
{
border-color: #05030A;
}
</style>