Shades of Black Russian #04092E
Tints of Black Russian #04092E
RGB
CMYK
RGB Variations
Color information
#04092E (or 0x04092E) is known color: Black Russian. HEX triplet: 04, 09 and 2E. RGB value is (4,9,46). Sum of RGB (Red+Green+Blue) = 4+9+46=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 46 (18.36% from 255 or 77.97% from 59); Max value from RGB is 46 - color contains mainly: blue. Hex color #04092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04092E is #FBF6D1. Grayscale: #0B0B0B. Windows color (decimal): -16512722 or 3016964. OLE color: 3016964.
HSL color Cylindrical-coordinate representation of color #04092E: hue angle of 232.86º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04092E is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 9 | 46 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.82 |
| HSL | 232.86º | 0.84% | 0.1% | - |
| HSV(B) | 232.86º | 0.91% | 0.18% | - |
| XYZ | 0.64 | 0.42 | 2.63 | - |
| YUV | 11.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 46 | 0.91 | 0.80 | 0 | 0.82 | 232.86 | 0.84 | 0.1 |
| Hex | 4 | 9 | 2E | 5B | 50 | 0 | 52 | E9 | 54 | A |
| Octal | 4 | 11 | 56 | 133 | 120 | 0 | 122 | 351 | 124 | 12 |
| Binary | 100 | 1001 | 101110 | 1011011 | 1010000 | 0 | 1010010 | 11101001 | 1010100 | 1010 |
Color Harmonies of #04092E
Complementary color
Monochromatic Colors of #04092E
Black with #04092E
Text Example
Text Example
White with #04092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04092E; }
p { color: rgb(4,9,46); }
H1.HeaderClassName
{
color: #04092E;
}
.AnyTagClassName
{
color: #04092E;
}
</style>
background-color css
<style>
a { background-color: #04092E; }
a { background-color: rgb(4,9,46); }
div.DivClassName
{
background-color: #04092E;
}
.BgClassName
{
background-color: #04092E;
}
</style>
border-color css
<style>
span { border-color: #04092E; }
span { border-color: rgb(4,9,46); }
td.TdClassName
{
border-color: #04092E;
}
.TagClassName
{
border-color: #04092E;
}
</style>