Shades of Black Russian #091025
Tints of Black Russian #091025
RGB
CMYK
RGB Variations
Color information
#091025 (or 0x091025) is known color: Black Russian. HEX triplet: 09, 10 and 25. RGB value is (9,16,37). Sum of RGB (Red+Green+Blue) = 9+16+37=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #091025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091025 is #F6EFDA. Grayscale: #101010. Windows color (decimal): -16183259 or 2428937. OLE color: 2428937.
HSL color Cylindrical-coordinate representation of color #091025: hue angle of 225º 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 #091025 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 16 | 37 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.85 |
| HSL | 225º | 0.61% | 0.09% | - |
| HSV(B) | 225º | 0.76% | 0.15% | - |
| XYZ | 0.63 | 0.56 | 1.83 | - |
| YUV | 16.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 37 | 0.76 | 0.57 | 0 | 0.85 | 225 | 0.61 | 0.09 |
| Hex | 9 | 10 | 25 | 4C | 39 | 0 | 55 | E1 | 3D | 9 |
| Octal | 11 | 20 | 45 | 114 | 71 | 0 | 125 | 341 | 75 | 11 |
| Binary | 1001 | 10000 | 100101 | 1001100 | 111001 | 0 | 1010101 | 11100001 | 111101 | 1001 |
Color Harmonies of #091025
Complementary color
Monochromatic Colors of #091025
Black with #091025
Text Example
Text Example
White with #091025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091025; }
p { color: rgb(9,16,37); }
H1.HeaderClassName
{
color: #091025;
}
.AnyTagClassName
{
color: #091025;
}
</style>
background-color css
<style>
a { background-color: #091025; }
a { background-color: rgb(9,16,37); }
div.DivClassName
{
background-color: #091025;
}
.BgClassName
{
background-color: #091025;
}
</style>
border-color css
<style>
span { border-color: #091025; }
span { border-color: rgb(9,16,37); }
td.TdClassName
{
border-color: #091025;
}
.TagClassName
{
border-color: #091025;
}
</style>