Shades of Black Russian #09082D
Tints of Black Russian #09082D
RGB
CMYK
RGB Variations
Color information
#09082D (or 0x09082D) is known color: Black Russian. HEX triplet: 09, 08 and 2D. RGB value is (9,8,45). Sum of RGB (Red+Green+Blue) = 9+8+45=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #09082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09082D is #F6F7D2. Grayscale: #0C0C0C. Windows color (decimal): -16185299 or 2951177. OLE color: 2951177.
HSL color Cylindrical-coordinate representation of color #09082D: hue angle of 241.62º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09082D is Cyan = 0.8, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 8 | 45 | - |
| CMYK | 0.8 | 0.82 | 0 | 0.82 |
| HSL | 241.62º | 0.7% | 0.1% | - |
| HSV(B) | 241.62º | 0.82% | 0.18% | - |
| XYZ | 0.67 | 0.42 | 2.53 | - |
| YUV | 12.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 45 | 0.8 | 0.82 | 0 | 0.82 | 241.62 | 0.7 | 0.1 |
| Hex | 9 | 8 | 2D | 50 | 52 | 0 | 52 | F2 | 46 | A |
| Octal | 11 | 10 | 55 | 120 | 122 | 0 | 122 | 362 | 106 | 12 |
| Binary | 1001 | 1000 | 101101 | 1010000 | 1010010 | 0 | 1010010 | 11110010 | 1000110 | 1010 |
Color Harmonies of #09082D
Complementary color
Monochromatic Colors of #09082D
Black with #09082D
Text Example
Text Example
White with #09082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09082D; }
p { color: rgb(9,8,45); }
H1.HeaderClassName
{
color: #09082D;
}
.AnyTagClassName
{
color: #09082D;
}
</style>
background-color css
<style>
a { background-color: #09082D; }
a { background-color: rgb(9,8,45); }
div.DivClassName
{
background-color: #09082D;
}
.BgClassName
{
background-color: #09082D;
}
</style>
border-color css
<style>
span { border-color: #09082D; }
span { border-color: rgb(9,8,45); }
td.TdClassName
{
border-color: #09082D;
}
.TagClassName
{
border-color: #09082D;
}
</style>