Shades of Black Russian #05030E
Tints of Black Russian #05030E
RGB
CMYK
RGB Variations
Color information
#05030E (or 0x05030E) is known color: Black Russian. HEX triplet: 05, 03 and 0E. RGB value is (5,3,14). Sum of RGB (Red+Green+Blue) = 5+3+14=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 14 (5.86% from 255 or 63.64% from 22); Max value from RGB is 14 - color contains mainly: blue. Hex color #05030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05030E is #FAFCF1. Grayscale: #040404. Windows color (decimal): -16448754 or 918277. OLE color: 918277.
HSL color Cylindrical-coordinate representation of color #05030E: hue angle of 250.91º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #05030E is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 3 | 14 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.95 |
| HSL | 250.91º | 0.65% | 0.03% | - |
| HSV(B) | 250.91º | 0.79% | 0.05% | - |
| XYZ | 0.17 | 0.13 | 0.43 | - |
| YUV | 4.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 14 | 0.64 | 0.79 | 0 | 0.95 | 250.91 | 0.65 | 0.03 |
| Hex | 5 | 3 | E | 40 | 4F | 0 | 5F | FB | 41 | 3 |
| Octal | 5 | 3 | 16 | 100 | 117 | 0 | 137 | 373 | 101 | 3 |
| Binary | 101 | 11 | 1110 | 1000000 | 1001111 | 0 | 1011111 | 11111011 | 1000001 | 11 |
Color Harmonies of #05030E
Complementary color
Monochromatic Colors of #05030E
Black with #05030E
Text Example
Text Example
White with #05030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05030E; }
p { color: rgb(5,3,14); }
H1.HeaderClassName
{
color: #05030E;
}
.AnyTagClassName
{
color: #05030E;
}
</style>
background-color css
<style>
a { background-color: #05030E; }
a { background-color: rgb(5,3,14); }
div.DivClassName
{
background-color: #05030E;
}
.BgClassName
{
background-color: #05030E;
}
</style>
border-color css
<style>
span { border-color: #05030E; }
span { border-color: rgb(5,3,14); }
td.TdClassName
{
border-color: #05030E;
}
.TagClassName
{
border-color: #05030E;
}
</style>