Shades of Black Russian #09092D
Tints of Black Russian #09092D
RGB
CMYK
RGB Variations
Color information
#09092D (or 0x09092D) is known color: Black Russian. HEX triplet: 09, 09 and 2D. RGB value is (9,9,45). Sum of RGB (Red+Green+Blue) = 9+9+45=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 45 (17.97% from 255 or 71.43% from 63); Max value from RGB is 45 - color contains mainly: blue. Hex color #09092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09092D is #F6F6D2. Grayscale: #0C0C0C. Windows color (decimal): -16185043 or 2951433. OLE color: 2951433.
HSL color Cylindrical-coordinate representation of color #09092D: hue angle of 240º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09092D is Cyan = 0.8, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 9 | 45 | - |
| CMYK | 0.8 | 0.8 | 0 | 0.82 |
| HSL | 240º | 0.67% | 0.11% | - |
| HSV(B) | 240º | 0.8% | 0.18% | - |
| XYZ | 0.68 | 0.44 | 2.53 | - |
| YUV | 13.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 45 | 0.8 | 0.8 | 0 | 0.82 | 240 | 0.67 | 0.11 |
| Hex | 9 | 9 | 2D | 50 | 50 | 0 | 52 | F0 | 43 | B |
| Octal | 11 | 11 | 55 | 120 | 120 | 0 | 122 | 360 | 103 | 13 |
| Binary | 1001 | 1001 | 101101 | 1010000 | 1010000 | 0 | 1010010 | 11110000 | 1000011 | 1011 |
Color Harmonies of #09092D
Complementary color
Monochromatic Colors of #09092D
Black with #09092D
Text Example
Text Example
White with #09092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09092D; }
p { color: rgb(9,9,45); }
H1.HeaderClassName
{
color: #09092D;
}
.AnyTagClassName
{
color: #09092D;
}
</style>
background-color css
<style>
a { background-color: #09092D; }
a { background-color: rgb(9,9,45); }
div.DivClassName
{
background-color: #09092D;
}
.BgClassName
{
background-color: #09092D;
}
</style>
border-color css
<style>
span { border-color: #09092D; }
span { border-color: rgb(9,9,45); }
td.TdClassName
{
border-color: #09092D;
}
.TagClassName
{
border-color: #09092D;
}
</style>