Shades of Black Russian #09012E
Tints of Black Russian #09012E
RGB
CMYK
RGB Variations
Color information
#09012E (or 0x09012E) is known color: Black Russian. HEX triplet: 09, 01 and 2E. RGB value is (9,1,46). Sum of RGB (Red+Green+Blue) = 9+1+46=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 46 (18.36% from 255 or 82.14% from 56); Max value from RGB is 46 - color contains mainly: blue. Hex color #09012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09012E is #F6FED1. Grayscale: #080808. Windows color (decimal): -16187090 or 3014921. OLE color: 3014921.
HSL color Cylindrical-coordinate representation of color #09012E: hue angle of 250.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09012E is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 1 | 46 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.82 |
| HSL | 250.67º | 0.96% | 0.09% | - |
| HSV(B) | 250.67º | 0.98% | 0.18% | - |
| XYZ | 0.62 | 0.28 | 2.61 | - |
| YUV | 8.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 46 | 0.80 | 0.98 | 0 | 0.82 | 250.67 | 0.96 | 0.09 |
| Hex | 9 | 1 | 2E | 50 | 62 | 0 | 52 | FB | 60 | 9 |
| Octal | 11 | 1 | 56 | 120 | 142 | 0 | 122 | 373 | 140 | 11 |
| Binary | 1001 | 1 | 101110 | 1010000 | 1100010 | 0 | 1010010 | 11111011 | 1100000 | 1001 |
Color Harmonies of #09012E
Complementary color
Monochromatic Colors of #09012E
Black with #09012E
Text Example
Text Example
White with #09012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09012E; }
p { color: rgb(9,1,46); }
H1.HeaderClassName
{
color: #09012E;
}
.AnyTagClassName
{
color: #09012E;
}
</style>
background-color css
<style>
a { background-color: #09012E; }
a { background-color: rgb(9,1,46); }
div.DivClassName
{
background-color: #09012E;
}
.BgClassName
{
background-color: #09012E;
}
</style>
border-color css
<style>
span { border-color: #09012E; }
span { border-color: rgb(9,1,46); }
td.TdClassName
{
border-color: #09012E;
}
.TagClassName
{
border-color: #09012E;
}
</style>