Shades of Black Russian #090D25
Tints of Black Russian #090D25
RGB
CMYK
RGB Variations
Color information
#090D25 (or 0x090D25) is known color: Black Russian. HEX triplet: 09, 0D and 25. RGB value is (9,13,37). Sum of RGB (Red+Green+Blue) = 9+13+37=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #090D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D25 is #F6F2DA. Grayscale: #0E0E0E. Windows color (decimal): -16184027 or 2428169. OLE color: 2428169.
HSL color Cylindrical-coordinate representation of color #090D25: hue angle of 231.43º 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 #090D25 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 13 | 37 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.85 |
| HSL | 231.43º | 0.61% | 0.09% | - |
| HSV(B) | 231.43º | 0.76% | 0.15% | - |
| XYZ | 0.59 | 0.48 | 1.81 | - |
| YUV | 14.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 37 | 0.76 | 0.65 | 0 | 0.85 | 231.43 | 0.61 | 0.09 |
| Hex | 9 | D | 25 | 4C | 41 | 0 | 55 | E7 | 3D | 9 |
| Octal | 11 | 15 | 45 | 114 | 101 | 0 | 125 | 347 | 75 | 11 |
| Binary | 1001 | 1101 | 100101 | 1001100 | 1000001 | 0 | 1010101 | 11100111 | 111101 | 1001 |
Color Harmonies of #090D25
Complementary color
Monochromatic Colors of #090D25
Black with #090D25
Text Example
Text Example
White with #090D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D25; }
p { color: rgb(9,13,37); }
H1.HeaderClassName
{
color: #090D25;
}
.AnyTagClassName
{
color: #090D25;
}
</style>
background-color css
<style>
a { background-color: #090D25; }
a { background-color: rgb(9,13,37); }
div.DivClassName
{
background-color: #090D25;
}
.BgClassName
{
background-color: #090D25;
}
</style>
border-color css
<style>
span { border-color: #090D25; }
span { border-color: rgb(9,13,37); }
td.TdClassName
{
border-color: #090D25;
}
.TagClassName
{
border-color: #090D25;
}
</style>