Shades of Black Russian #091125
Tints of Black Russian #091125
RGB
CMYK
RGB Variations
Color information
#091125 (or 0x091125) is known color: Black Russian. HEX triplet: 09, 11 and 25. RGB value is (9,17,37). Sum of RGB (Red+Green+Blue) = 9+17+37=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #091125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091125 is #F6EEDA. Grayscale: #101010. Windows color (decimal): -16183003 or 2429193. OLE color: 2429193.
HSL color Cylindrical-coordinate representation of color #091125: hue angle of 222.86º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #091125 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 17 | 37 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.85 |
| HSL | 222.86º | 0.61% | 0.09% | - |
| HSV(B) | 222.86º | 0.76% | 0.15% | - |
| XYZ | 0.65 | 0.59 | 1.83 | - |
| YUV | 16.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 37 | 0.76 | 0.54 | 0 | 0.85 | 222.86 | 0.61 | 0.09 |
| Hex | 9 | 11 | 25 | 4C | 36 | 0 | 55 | DF | 3D | 9 |
| Octal | 11 | 21 | 45 | 114 | 66 | 0 | 125 | 337 | 75 | 11 |
| Binary | 1001 | 10001 | 100101 | 1001100 | 110110 | 0 | 1010101 | 11011111 | 111101 | 1001 |
Color Harmonies of #091125
Complementary color
Monochromatic Colors of #091125
Black with #091125
Text Example
Text Example
White with #091125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091125; }
p { color: rgb(9,17,37); }
H1.HeaderClassName
{
color: #091125;
}
.AnyTagClassName
{
color: #091125;
}
</style>
background-color css
<style>
a { background-color: #091125; }
a { background-color: rgb(9,17,37); }
div.DivClassName
{
background-color: #091125;
}
.BgClassName
{
background-color: #091125;
}
</style>
border-color css
<style>
span { border-color: #091125; }
span { border-color: rgb(9,17,37); }
td.TdClassName
{
border-color: #091125;
}
.TagClassName
{
border-color: #091125;
}
</style>