Shades of Black Russian #09042C
Tints of Black Russian #09042C
RGB
CMYK
RGB Variations
Color information
#09042C (or 0x09042C) is known color: Black Russian. HEX triplet: 09, 04 and 2C. RGB value is (9,4,44). Sum of RGB (Red+Green+Blue) = 9+4+44=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #09042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09042C is #F6FBD3. Grayscale: #090909. Windows color (decimal): -16186324 or 2884617. OLE color: 2884617.
HSL color Cylindrical-coordinate representation of color #09042C: hue angle of 247.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09042C is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 4 | 44 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.83 |
| HSL | 247.5º | 0.83% | 0.09% | - |
| HSV(B) | 247.5º | 0.91% | 0.17% | - |
| XYZ | 0.61 | 0.33 | 2.41 | - |
| YUV | 10.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 44 | 0.80 | 0.91 | 0 | 0.83 | 247.5 | 0.83 | 0.09 |
| Hex | 9 | 4 | 2C | 50 | 5B | 0 | 53 | F8 | 53 | 9 |
| Octal | 11 | 4 | 54 | 120 | 133 | 0 | 123 | 370 | 123 | 11 |
| Binary | 1001 | 100 | 101100 | 1010000 | 1011011 | 0 | 1010011 | 11111000 | 1010011 | 1001 |
Color Harmonies of #09042C
Complementary color
Monochromatic Colors of #09042C
Black with #09042C
Text Example
Text Example
White with #09042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09042C; }
p { color: rgb(9,4,44); }
H1.HeaderClassName
{
color: #09042C;
}
.AnyTagClassName
{
color: #09042C;
}
</style>
background-color css
<style>
a { background-color: #09042C; }
a { background-color: rgb(9,4,44); }
div.DivClassName
{
background-color: #09042C;
}
.BgClassName
{
background-color: #09042C;
}
</style>
border-color css
<style>
span { border-color: #09042C; }
span { border-color: rgb(9,4,44); }
td.TdClassName
{
border-color: #09042C;
}
.TagClassName
{
border-color: #09042C;
}
</style>