Shades of Black Russian #03040E
Tints of Black Russian #03040E
RGB
CMYK
RGB Variations
Color information
#03040E (or 0x03040E) is known color: Black Russian. HEX triplet: 03, 04 and 0E. RGB value is (3,4,14). Sum of RGB (Red+Green+Blue) = 3+4+14=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 14 (5.86% from 255 or 66.67% from 21); Max value from RGB is 14 - color contains mainly: blue. Hex color #03040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03040E is #FCFBF1. Grayscale: #040404. Windows color (decimal): -16579570 or 918531. OLE color: 918531.
HSL color Cylindrical-coordinate representation of color #03040E: hue angle of 234.55º 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 #03040E is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 4 | 14 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.95 |
| HSL | 234.55º | 0.65% | 0.03% | - |
| HSV(B) | 234.55º | 0.79% | 0.05% | - |
| XYZ | 0.16 | 0.14 | 0.43 | - |
| YUV | 4.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 14 | 0.79 | 0.71 | 0 | 0.95 | 234.55 | 0.65 | 0.03 |
| Hex | 3 | 4 | E | 4F | 47 | 0 | 5F | EB | 41 | 3 |
| Octal | 3 | 4 | 16 | 117 | 107 | 0 | 137 | 353 | 101 | 3 |
| Binary | 11 | 100 | 1110 | 1001111 | 1000111 | 0 | 1011111 | 11101011 | 1000001 | 11 |
Color Harmonies of #03040E
Complementary color
Monochromatic Colors of #03040E
Black with #03040E
Text Example
Text Example
White with #03040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03040E; }
p { color: rgb(3,4,14); }
H1.HeaderClassName
{
color: #03040E;
}
.AnyTagClassName
{
color: #03040E;
}
</style>
background-color css
<style>
a { background-color: #03040E; }
a { background-color: rgb(3,4,14); }
div.DivClassName
{
background-color: #03040E;
}
.BgClassName
{
background-color: #03040E;
}
</style>
border-color css
<style>
span { border-color: #03040E; }
span { border-color: rgb(3,4,14); }
td.TdClassName
{
border-color: #03040E;
}
.TagClassName
{
border-color: #03040E;
}
</style>