Shades of Black Russian #09051F
Tints of Black Russian #09051F
RGB
CMYK
RGB Variations
Color information
#09051F (or 0x09051F) is known color: Black Russian. HEX triplet: 09, 05 and 1F. RGB value is (9,5,31). Sum of RGB (Red+Green+Blue) = 9+5+31=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 31 (12.5% from 255 or 68.89% from 45); Max value from RGB is 31 - color contains mainly: blue. Hex color #09051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09051F is #F6FAE0. Grayscale: #090909. Windows color (decimal): -16186081 or 2032905. OLE color: 2032905.
HSL color Cylindrical-coordinate representation of color #09051F: hue angle of 249.23º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09051F is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 9 | 5 | 31 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.88 |
| HSL | 249.23º | 0.72% | 0.07% | - |
| HSV(B) | 249.23º | 0.84% | 0.12% | - |
| XYZ | 0.41 | 0.27 | 1.33 | - |
| YUV | 9.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 31 | 0.71 | 0.84 | 0 | 0.88 | 249.23 | 0.72 | 0.07 |
| Hex | 9 | 5 | 1F | 47 | 54 | 0 | 58 | F9 | 48 | 7 |
| Octal | 11 | 5 | 37 | 107 | 124 | 0 | 130 | 371 | 110 | 7 |
| Binary | 1001 | 101 | 11111 | 1000111 | 1010100 | 0 | 1011000 | 11111001 | 1001000 | 111 |
Color Harmonies of #09051F
Complementary color
Monochromatic Colors of #09051F
Black with #09051F
Text Example
Text Example
White with #09051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09051F; }
p { color: rgb(9,5,31); }
H1.HeaderClassName
{
color: #09051F;
}
.AnyTagClassName
{
color: #09051F;
}
</style>
background-color css
<style>
a { background-color: #09051F; }
a { background-color: rgb(9,5,31); }
div.DivClassName
{
background-color: #09051F;
}
.BgClassName
{
background-color: #09051F;
}
</style>
border-color css
<style>
span { border-color: #09051F; }
span { border-color: rgb(9,5,31); }
td.TdClassName
{
border-color: #09051F;
}
.TagClassName
{
border-color: #09051F;
}
</style>