Shades of Black Russian #09022F
Tints of Black Russian #09022F
RGB
CMYK
RGB Variations
Color information
#09022F (or 0x09022F) is known color: Black Russian. HEX triplet: 09, 02 and 2F. RGB value is (9,2,47). Sum of RGB (Red+Green+Blue) = 9+2+47=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 47 (18.75% from 255 or 81.03% from 58); Max value from RGB is 47 - color contains mainly: blue. Hex color #09022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09022F is #F6FDD0. Grayscale: #090909. Windows color (decimal): -16186833 or 3080713. OLE color: 3080713.
HSL color Cylindrical-coordinate representation of color #09022F: hue angle of 249.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09022F is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 2 | 47 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.82 |
| HSL | 249.33º | 0.92% | 0.1% | - |
| HSV(B) | 249.33º | 0.96% | 0.18% | - |
| XYZ | 0.65 | 0.31 | 2.71 | - |
| YUV | 9.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 47 | 0.81 | 0.96 | 0 | 0.82 | 249.33 | 0.92 | 0.1 |
| Hex | 9 | 2 | 2F | 51 | 60 | 0 | 52 | F9 | 5C | A |
| Octal | 11 | 2 | 57 | 121 | 140 | 0 | 122 | 371 | 134 | 12 |
| Binary | 1001 | 10 | 101111 | 1010001 | 1100000 | 0 | 1010010 | 11111001 | 1011100 | 1010 |
Color Harmonies of #09022F
Complementary color
Monochromatic Colors of #09022F
Black with #09022F
Text Example
Text Example
White with #09022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09022F; }
p { color: rgb(9,2,47); }
H1.HeaderClassName
{
color: #09022F;
}
.AnyTagClassName
{
color: #09022F;
}
</style>
background-color css
<style>
a { background-color: #09022F; }
a { background-color: rgb(9,2,47); }
div.DivClassName
{
background-color: #09022F;
}
.BgClassName
{
background-color: #09022F;
}
</style>
border-color css
<style>
span { border-color: #09022F; }
span { border-color: rgb(9,2,47); }
td.TdClassName
{
border-color: #09022F;
}
.TagClassName
{
border-color: #09022F;
}
</style>