Shades of Black Russian #091229
Tints of Black Russian #091229
RGB
CMYK
RGB Variations
Color information
#091229 (or 0x091229) is known color: Black Russian. HEX triplet: 09, 12 and 29. RGB value is (9,18,41). Sum of RGB (Red+Green+Blue) = 9+18+41=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #091229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091229 is #F6EDD6. Grayscale: #111111. Windows color (decimal): -16182743 or 2691593. OLE color: 2691593.
HSL color Cylindrical-coordinate representation of color #091229: hue angle of 223.12º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #091229 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 18 | 41 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.84 |
| HSL | 223.13º | 0.64% | 0.1% | - |
| HSV(B) | 223.13º | 0.78% | 0.16% | - |
| XYZ | 0.73 | 0.65 | 2.19 | - |
| YUV | 17.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 41 | 0.78 | 0.56 | 0 | 0.84 | 223.13 | 0.64 | 0.1 |
| Hex | 9 | 12 | 29 | 4E | 38 | 0 | 54 | DF | 40 | A |
| Octal | 11 | 22 | 51 | 116 | 70 | 0 | 124 | 337 | 100 | 12 |
| Binary | 1001 | 10010 | 101001 | 1001110 | 111000 | 0 | 1010100 | 11011111 | 1000000 | 1010 |
Color Harmonies of #091229
Complementary color
Monochromatic Colors of #091229
Black with #091229
Text Example
Text Example
White with #091229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091229; }
p { color: rgb(9,18,41); }
H1.HeaderClassName
{
color: #091229;
}
.AnyTagClassName
{
color: #091229;
}
</style>
background-color css
<style>
a { background-color: #091229; }
a { background-color: rgb(9,18,41); }
div.DivClassName
{
background-color: #091229;
}
.BgClassName
{
background-color: #091229;
}
</style>
border-color css
<style>
span { border-color: #091229; }
span { border-color: rgb(9,18,41); }
td.TdClassName
{
border-color: #091229;
}
.TagClassName
{
border-color: #091229;
}
</style>