Shades of Black Russian #09052A
Tints of Black Russian #09052A
RGB
CMYK
RGB Variations
Color information
#09052A (or 0x09052A) is known color: Black Russian. HEX triplet: 09, 05 and 2A. RGB value is (9,5,42). Sum of RGB (Red+Green+Blue) = 9+5+42=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 42 (16.80% from 255 or 75% from 56); Max value from RGB is 42 - color contains mainly: blue. Hex color #09052A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09052A is #F6FAD5. Grayscale: #0A0A0A. Windows color (decimal): -16186070 or 2753801. OLE color: 2753801.
HSL color Cylindrical-coordinate representation of color #09052A: hue angle of 246.49º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09052A is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 5 | 42 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.84 |
| HSL | 246.49º | 0.79% | 0.09% | - |
| HSV(B) | 246.49º | 0.88% | 0.16% | - |
| XYZ | 0.58 | 0.33 | 2.22 | - |
| YUV | 10.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 42 | 0.79 | 0.88 | 0 | 0.84 | 246.49 | 0.79 | 0.09 |
| Hex | 9 | 5 | 2A | 4F | 58 | 0 | 54 | F6 | 4F | 9 |
| Octal | 11 | 5 | 52 | 117 | 130 | 0 | 124 | 366 | 117 | 11 |
| Binary | 1001 | 101 | 101010 | 1001111 | 1011000 | 0 | 1010100 | 11110110 | 1001111 | 1001 |
Color Harmonies of #09052A
Complementary color
Monochromatic Colors of #09052A
Black with #09052A
Text Example
Text Example
White with #09052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09052A; }
p { color: rgb(9,5,42); }
H1.HeaderClassName
{
color: #09052A;
}
.AnyTagClassName
{
color: #09052A;
}
</style>
background-color css
<style>
a { background-color: #09052A; }
a { background-color: rgb(9,5,42); }
div.DivClassName
{
background-color: #09052A;
}
.BgClassName
{
background-color: #09052A;
}
</style>
border-color css
<style>
span { border-color: #09052A; }
span { border-color: rgb(9,5,42); }
td.TdClassName
{
border-color: #09052A;
}
.TagClassName
{
border-color: #09052A;
}
</style>