Shades of Black Russian #090725
Tints of Black Russian #090725
RGB
CMYK
RGB Variations
Color information
#090725 (or 0x090725) is known color: Black Russian. HEX triplet: 09, 07 and 25. RGB value is (9,7,37). Sum of RGB (Red+Green+Blue) = 9+7+37=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #090725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090725 is #F6F8DA. Grayscale: #0A0A0A. Windows color (decimal): -16185563 or 2426633. OLE color: 2426633.
HSL color Cylindrical-coordinate representation of color #090725: hue angle of 244º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #090725 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 7 | 37 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.85 |
| HSL | 244º | 0.68% | 0.09% | - |
| HSV(B) | 244º | 0.81% | 0.15% | - |
| XYZ | 0.52 | 0.34 | 1.79 | - |
| YUV | 11.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 37 | 0.76 | 0.81 | 0 | 0.85 | 244 | 0.68 | 0.09 |
| Hex | 9 | 7 | 25 | 4C | 51 | 0 | 55 | F4 | 44 | 9 |
| Octal | 11 | 7 | 45 | 114 | 121 | 0 | 125 | 364 | 104 | 11 |
| Binary | 1001 | 111 | 100101 | 1001100 | 1010001 | 0 | 1010101 | 11110100 | 1000100 | 1001 |
Color Harmonies of #090725
Complementary color
Monochromatic Colors of #090725
Black with #090725
Text Example
Text Example
White with #090725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090725; }
p { color: rgb(9,7,37); }
H1.HeaderClassName
{
color: #090725;
}
.AnyTagClassName
{
color: #090725;
}
</style>
background-color css
<style>
a { background-color: #090725; }
a { background-color: rgb(9,7,37); }
div.DivClassName
{
background-color: #090725;
}
.BgClassName
{
background-color: #090725;
}
</style>
border-color css
<style>
span { border-color: #090725; }
span { border-color: rgb(9,7,37); }
td.TdClassName
{
border-color: #090725;
}
.TagClassName
{
border-color: #090725;
}
</style>