Shades of Black Russian #09002E
Tints of Black Russian #09002E
RGB
CMYK
RGB Variations
Color information
#09002E (or 0x09002E) is known color: Black Russian. HEX triplet: 09, 00 and 2E. RGB value is (9,0,46). Sum of RGB (Red+Green+Blue) = 9+0+46=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 46 (18.36% from 255 or 83.64% from 55); Max value from RGB is 46 - color contains mainly: blue. Hex color #09002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09002E is #F6FFD1. Grayscale: #070707. Windows color (decimal): -16187346 or 3014665. OLE color: 3014665.
HSL color Cylindrical-coordinate representation of color #09002E: hue angle of 251.74º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09002E is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 0 | 46 | - |
| CMYK | 0.80 | 1 | 0 | 0.82 |
| HSL | 251.74º | 1% | 0.09% | - |
| HSV(B) | 251.74º | 1% | 0.18% | - |
| XYZ | 0.61 | 0.26 | 2.6 | - |
| YUV | 7.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 46 | 0.80 | 1 | 0 | 0.82 | 251.74 | 1 | 0.09 |
| Hex | 9 | 0 | 2E | 50 | 64 | 0 | 52 | FC | 64 | 9 |
| Octal | 11 | 0 | 56 | 120 | 144 | 0 | 122 | 374 | 144 | 11 |
| Binary | 1001 | 0 | 101110 | 1010000 | 1100100 | 0 | 1010010 | 11111100 | 1100100 | 1001 |
Color Harmonies of #09002E
Complementary color
Monochromatic Colors of #09002E
Black with #09002E
Text Example
Text Example
White with #09002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09002E; }
p { color: rgb(9,0,46); }
H1.HeaderClassName
{
color: #09002E;
}
.AnyTagClassName
{
color: #09002E;
}
</style>
background-color css
<style>
a { background-color: #09002E; }
a { background-color: rgb(9,0,46); }
div.DivClassName
{
background-color: #09002E;
}
.BgClassName
{
background-color: #09002E;
}
</style>
border-color css
<style>
span { border-color: #09002E; }
span { border-color: rgb(9,0,46); }
td.TdClassName
{
border-color: #09002E;
}
.TagClassName
{
border-color: #09002E;
}
</style>