Shades of Black Russian #09021C
Tints of Black Russian #09021C
RGB
CMYK
RGB Variations
Color information
#09021C (or 0x09021C) is known color: Black Russian. HEX triplet: 09, 02 and 1C. RGB value is (9,2,28). Sum of RGB (Red+Green+Blue) = 9+2+28=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #09021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09021C is #F6FDE3. Grayscale: #060606. Windows color (decimal): -16186852 or 1835529. OLE color: 1835529.
HSL color Cylindrical-coordinate representation of color #09021C: hue angle of 256.15º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09021C is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 2 | 28 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.89 |
| HSL | 256.15º | 0.87% | 0.06% | - |
| HSV(B) | 256.15º | 0.93% | 0.11% | - |
| XYZ | 0.34 | 0.19 | 1.12 | - |
| YUV | 7.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 28 | 0.68 | 0.93 | 0 | 0.89 | 256.15 | 0.87 | 0.06 |
| Hex | 9 | 2 | 1C | 44 | 5D | 0 | 59 | 100 | 57 | 6 |
| Octal | 11 | 2 | 34 | 104 | 135 | 0 | 131 | 400 | 127 | 6 |
| Binary | 1001 | 10 | 11100 | 1000100 | 1011101 | 0 | 1011001 | 100000000 | 1010111 | 110 |
Color Harmonies of #09021C
Complementary color
Monochromatic Colors of #09021C
Black with #09021C
Text Example
Text Example
White with #09021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09021C; }
p { color: rgb(9,2,28); }
H1.HeaderClassName
{
color: #09021C;
}
.AnyTagClassName
{
color: #09021C;
}
</style>
background-color css
<style>
a { background-color: #09021C; }
a { background-color: rgb(9,2,28); }
div.DivClassName
{
background-color: #09021C;
}
.BgClassName
{
background-color: #09021C;
}
</style>
border-color css
<style>
span { border-color: #09021C; }
span { border-color: rgb(9,2,28); }
td.TdClassName
{
border-color: #09021C;
}
.TagClassName
{
border-color: #09021C;
}
</style>