Shades of Black Russian #09042E
Tints of Black Russian #09042E
RGB
CMYK
RGB Variations
Color information
#09042E (or 0x09042E) is known color: Black Russian. HEX triplet: 09, 04 and 2E. RGB value is (9,4,46). Sum of RGB (Red+Green+Blue) = 9+4+46=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 4 (1.95% from 255 or 6.78% 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 #09042E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09042E is #F6FBD1. Grayscale: #0A0A0A. Windows color (decimal): -16186322 or 3015689. OLE color: 3015689.
HSL color Cylindrical-coordinate representation of color #09042E: hue angle of 247.14º 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 #09042E is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 4 | 46 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.82 |
| HSL | 247.14º | 0.84% | 0.1% | - |
| HSV(B) | 247.14º | 0.91% | 0.18% | - |
| XYZ | 0.65 | 0.34 | 2.62 | - |
| YUV | 10.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 46 | 0.80 | 0.91 | 0 | 0.82 | 247.14 | 0.84 | 0.1 |
| Hex | 9 | 4 | 2E | 50 | 5B | 0 | 52 | F7 | 54 | A |
| Octal | 11 | 4 | 56 | 120 | 133 | 0 | 122 | 367 | 124 | 12 |
| Binary | 1001 | 100 | 101110 | 1010000 | 1011011 | 0 | 1010010 | 11110111 | 1010100 | 1010 |
Color Harmonies of #09042E
Complementary color
Monochromatic Colors of #09042E
Black with #09042E
Text Example
Text Example
White with #09042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09042E; }
p { color: rgb(9,4,46); }
H1.HeaderClassName
{
color: #09042E;
}
.AnyTagClassName
{
color: #09042E;
}
</style>
background-color css
<style>
a { background-color: #09042E; }
a { background-color: rgb(9,4,46); }
div.DivClassName
{
background-color: #09042E;
}
.BgClassName
{
background-color: #09042E;
}
</style>
border-color css
<style>
span { border-color: #09042E; }
span { border-color: rgb(9,4,46); }
td.TdClassName
{
border-color: #09042E;
}
.TagClassName
{
border-color: #09042E;
}
</style>