Shades of Black Russian #09082F
Tints of Black Russian #09082F
RGB
CMYK
RGB Variations
Color information
#09082F (or 0x09082F) is known color: Black Russian. HEX triplet: 09, 08 and 2F. RGB value is (9,8,47). Sum of RGB (Red+Green+Blue) = 9+8+47=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #09082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09082F is #F6F7D0. Grayscale: #0C0C0C. Windows color (decimal): -16185297 or 3082249. OLE color: 3082249.
HSL color Cylindrical-coordinate representation of color #09082F: hue angle of 241.54º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09082F is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 8 | 47 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.82 |
| HSL | 241.54º | 0.71% | 0.11% | - |
| HSV(B) | 241.54º | 0.83% | 0.18% | - |
| XYZ | 0.71 | 0.44 | 2.74 | - |
| YUV | 12.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 47 | 0.81 | 0.83 | 0 | 0.82 | 241.54 | 0.71 | 0.11 |
| Hex | 9 | 8 | 2F | 51 | 53 | 0 | 52 | F2 | 47 | B |
| Octal | 11 | 10 | 57 | 121 | 123 | 0 | 122 | 362 | 107 | 13 |
| Binary | 1001 | 1000 | 101111 | 1010001 | 1010011 | 0 | 1010010 | 11110010 | 1000111 | 1011 |
Color Harmonies of #09082F
Complementary color
Monochromatic Colors of #09082F
Black with #09082F
Text Example
Text Example
White with #09082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09082F; }
p { color: rgb(9,8,47); }
H1.HeaderClassName
{
color: #09082F;
}
.AnyTagClassName
{
color: #09082F;
}
</style>
background-color css
<style>
a { background-color: #09082F; }
a { background-color: rgb(9,8,47); }
div.DivClassName
{
background-color: #09082F;
}
.BgClassName
{
background-color: #09082F;
}
</style>
border-color css
<style>
span { border-color: #09082F; }
span { border-color: rgb(9,8,47); }
td.TdClassName
{
border-color: #09082F;
}
.TagClassName
{
border-color: #09082F;
}
</style>