Shades of Black Russian #09051C
Tints of Black Russian #09051C
RGB
CMYK
RGB Variations
Color information
#09051C (or 0x09051C) is known color: Black Russian. HEX triplet: 09, 05 and 1C. RGB value is (9,5,28). Sum of RGB (Red+Green+Blue) = 9+5+28=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #09051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09051C is #F6FAE3. Grayscale: #080808. Windows color (decimal): -16186084 or 1836297. OLE color: 1836297.
HSL color Cylindrical-coordinate representation of color #09051C: hue angle of 250.43º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09051C is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 5 | 28 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.89 |
| HSL | 250.43º | 0.7% | 0.06% | - |
| HSV(B) | 250.43º | 0.82% | 0.11% | - |
| XYZ | 0.38 | 0.25 | 1.13 | - |
| YUV | 8.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 28 | 0.68 | 0.82 | 0 | 0.89 | 250.43 | 0.7 | 0.06 |
| Hex | 9 | 5 | 1C | 44 | 52 | 0 | 59 | FA | 46 | 6 |
| Octal | 11 | 5 | 34 | 104 | 122 | 0 | 131 | 372 | 106 | 6 |
| Binary | 1001 | 101 | 11100 | 1000100 | 1010010 | 0 | 1011001 | 11111010 | 1000110 | 110 |
Color Harmonies of #09051C
Complementary color
Monochromatic Colors of #09051C
Black with #09051C
Text Example
Text Example
White with #09051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09051C; }
p { color: rgb(9,5,28); }
H1.HeaderClassName
{
color: #09051C;
}
.AnyTagClassName
{
color: #09051C;
}
</style>
background-color css
<style>
a { background-color: #09051C; }
a { background-color: rgb(9,5,28); }
div.DivClassName
{
background-color: #09051C;
}
.BgClassName
{
background-color: #09051C;
}
</style>
border-color css
<style>
span { border-color: #09051C; }
span { border-color: rgb(9,5,28); }
td.TdClassName
{
border-color: #09051C;
}
.TagClassName
{
border-color: #09051C;
}
</style>