Shades of Black Russian #09042A
Tints of Black Russian #09042A
RGB
CMYK
RGB Variations
Color information
#09042A (or 0x09042A) is known color: Black Russian. HEX triplet: 09, 04 and 2A. RGB value is (9,4,42). Sum of RGB (Red+Green+Blue) = 9+4+42=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 42 (16.80% from 255 or 76.36% from 55); Max value from RGB is 42 - color contains mainly: blue. Hex color #09042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09042A is #F6FBD5. Grayscale: #090909. Windows color (decimal): -16186326 or 2753545. OLE color: 2753545.
HSL color Cylindrical-coordinate representation of color #09042A: hue angle of 247.89º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09042A is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 4 | 42 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.84 |
| HSL | 247.89º | 0.83% | 0.09% | - |
| HSV(B) | 247.89º | 0.9% | 0.16% | - |
| XYZ | 0.57 | 0.31 | 2.22 | - |
| YUV | 9.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 42 | 0.79 | 0.90 | 0 | 0.84 | 247.89 | 0.83 | 0.09 |
| Hex | 9 | 4 | 2A | 4F | 5A | 0 | 54 | F8 | 53 | 9 |
| Octal | 11 | 4 | 52 | 117 | 132 | 0 | 124 | 370 | 123 | 11 |
| Binary | 1001 | 100 | 101010 | 1001111 | 1011010 | 0 | 1010100 | 11111000 | 1010011 | 1001 |
Color Harmonies of #09042A
Complementary color
Monochromatic Colors of #09042A
Black with #09042A
Text Example
Text Example
White with #09042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09042A; }
p { color: rgb(9,4,42); }
H1.HeaderClassName
{
color: #09042A;
}
.AnyTagClassName
{
color: #09042A;
}
</style>
background-color css
<style>
a { background-color: #09042A; }
a { background-color: rgb(9,4,42); }
div.DivClassName
{
background-color: #09042A;
}
.BgClassName
{
background-color: #09042A;
}
</style>
border-color css
<style>
span { border-color: #09042A; }
span { border-color: rgb(9,4,42); }
td.TdClassName
{
border-color: #09042A;
}
.TagClassName
{
border-color: #09042A;
}
</style>