Shades of Black Russian #09112B
Tints of Black Russian #09112B
RGB
CMYK
RGB Variations
Color information
#09112B (or 0x09112B) is known color: Black Russian. HEX triplet: 09, 11 and 2B. RGB value is (9,17,43). Sum of RGB (Red+Green+Blue) = 9+17+43=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #09112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09112B is #F6EED4. Grayscale: #111111. Windows color (decimal): -16182997 or 2822409. OLE color: 2822409.
HSL color Cylindrical-coordinate representation of color #09112B: hue angle of 225.88º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09112B is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 17 | 43 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.83 |
| HSL | 225.88º | 0.65% | 0.1% | - |
| HSV(B) | 225.88º | 0.79% | 0.17% | - |
| XYZ | 0.75 | 0.63 | 2.37 | - |
| YUV | 17.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 43 | 0.79 | 0.60 | 0 | 0.83 | 225.88 | 0.65 | 0.1 |
| Hex | 9 | 11 | 2B | 4F | 3C | 0 | 53 | E2 | 41 | A |
| Octal | 11 | 21 | 53 | 117 | 74 | 0 | 123 | 342 | 101 | 12 |
| Binary | 1001 | 10001 | 101011 | 1001111 | 111100 | 0 | 1010011 | 11100010 | 1000001 | 1010 |
Color Harmonies of #09112B
Complementary color
Monochromatic Colors of #09112B
Black with #09112B
Text Example
Text Example
White with #09112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09112B; }
p { color: rgb(9,17,43); }
H1.HeaderClassName
{
color: #09112B;
}
.AnyTagClassName
{
color: #09112B;
}
</style>
background-color css
<style>
a { background-color: #09112B; }
a { background-color: rgb(9,17,43); }
div.DivClassName
{
background-color: #09112B;
}
.BgClassName
{
background-color: #09112B;
}
</style>
border-color css
<style>
span { border-color: #09112B; }
span { border-color: rgb(9,17,43); }
td.TdClassName
{
border-color: #09112B;
}
.TagClassName
{
border-color: #09112B;
}
</style>