Shades of Black Russian #09052C
Tints of Black Russian #09052C
RGB
CMYK
RGB Variations
Color information
#09052C (or 0x09052C) is known color: Black Russian. HEX triplet: 09, 05 and 2C. RGB value is (9,5,44). Sum of RGB (Red+Green+Blue) = 9+5+44=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 44 (17.58% from 255 or 75.86% from 58); Max value from RGB is 44 - color contains mainly: blue. Hex color #09052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09052C is #F6FAD3. Grayscale: #0A0A0A. Windows color (decimal): -16186068 or 2884873. OLE color: 2884873.
HSL color Cylindrical-coordinate representation of color #09052C: hue angle of 246.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09052C is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 5 | 44 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.83 |
| HSL | 246.15º | 0.8% | 0.1% | - |
| HSV(B) | 246.15º | 0.89% | 0.17% | - |
| XYZ | 0.62 | 0.35 | 2.42 | - |
| YUV | 10.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 44 | 0.80 | 0.89 | 0 | 0.83 | 246.15 | 0.8 | 0.1 |
| Hex | 9 | 5 | 2C | 50 | 59 | 0 | 53 | F6 | 50 | A |
| Octal | 11 | 5 | 54 | 120 | 131 | 0 | 123 | 366 | 120 | 12 |
| Binary | 1001 | 101 | 101100 | 1010000 | 1011001 | 0 | 1010011 | 11110110 | 1010000 | 1010 |
Color Harmonies of #09052C
Complementary color
Monochromatic Colors of #09052C
Black with #09052C
Text Example
Text Example
White with #09052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09052C; }
p { color: rgb(9,5,44); }
H1.HeaderClassName
{
color: #09052C;
}
.AnyTagClassName
{
color: #09052C;
}
</style>
background-color css
<style>
a { background-color: #09052C; }
a { background-color: rgb(9,5,44); }
div.DivClassName
{
background-color: #09052C;
}
.BgClassName
{
background-color: #09052C;
}
</style>
border-color css
<style>
span { border-color: #09052C; }
span { border-color: rgb(9,5,44); }
td.TdClassName
{
border-color: #09052C;
}
.TagClassName
{
border-color: #09052C;
}
</style>