Shades of Black Russian #09082B
Tints of Black Russian #09082B
RGB
CMYK
RGB Variations
Color information
#09082B (or 0x09082B) is known color: Black Russian. HEX triplet: 09, 08 and 2B. RGB value is (9,8,43). Sum of RGB (Red+Green+Blue) = 9+8+43=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 43 (17.19% from 255 or 71.67% from 60); Max value from RGB is 43 - color contains mainly: blue. Hex color #09082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09082B is #F6F7D4. Grayscale: #0C0C0C. Windows color (decimal): -16185301 or 2820105. OLE color: 2820105.
HSL color Cylindrical-coordinate representation of color #09082B: hue angle of 241.71º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09082B is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 8 | 43 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.83 |
| HSL | 241.71º | 0.69% | 0.1% | - |
| HSV(B) | 241.71º | 0.81% | 0.17% | - |
| XYZ | 0.64 | 0.41 | 2.33 | - |
| YUV | 12.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 43 | 0.79 | 0.81 | 0 | 0.83 | 241.71 | 0.69 | 0.1 |
| Hex | 9 | 8 | 2B | 4F | 51 | 0 | 53 | F2 | 45 | A |
| Octal | 11 | 10 | 53 | 117 | 121 | 0 | 123 | 362 | 105 | 12 |
| Binary | 1001 | 1000 | 101011 | 1001111 | 1010001 | 0 | 1010011 | 11110010 | 1000101 | 1010 |
Color Harmonies of #09082B
Complementary color
Monochromatic Colors of #09082B
Black with #09082B
Text Example
Text Example
White with #09082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09082B; }
p { color: rgb(9,8,43); }
H1.HeaderClassName
{
color: #09082B;
}
.AnyTagClassName
{
color: #09082B;
}
</style>
background-color css
<style>
a { background-color: #09082B; }
a { background-color: rgb(9,8,43); }
div.DivClassName
{
background-color: #09082B;
}
.BgClassName
{
background-color: #09082B;
}
</style>
border-color css
<style>
span { border-color: #09082B; }
span { border-color: rgb(9,8,43); }
td.TdClassName
{
border-color: #09082B;
}
.TagClassName
{
border-color: #09082B;
}
</style>