Shades of Black Russian #09012C
Tints of Black Russian #09012C
RGB
CMYK
RGB Variations
Color information
#09012C (or 0x09012C) is known color: Black Russian. HEX triplet: 09, 01 and 2C. RGB value is (9,1,44). Sum of RGB (Red+Green+Blue) = 9+1+44=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 44 (17.58% from 255 or 81.48% from 54); Max value from RGB is 44 - color contains mainly: blue. Hex color #09012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09012C is #F6FED3. Grayscale: #080808. Windows color (decimal): -16187092 or 2883849. OLE color: 2883849.
HSL color Cylindrical-coordinate representation of color #09012C: hue angle of 251.16º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09012C is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 1 | 44 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.83 |
| HSL | 251.16º | 0.96% | 0.09% | - |
| HSV(B) | 251.16º | 0.98% | 0.17% | - |
| XYZ | 0.58 | 0.26 | 2.4 | - |
| YUV | 8.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 44 | 0.80 | 0.98 | 0 | 0.83 | 251.16 | 0.96 | 0.09 |
| Hex | 9 | 1 | 2C | 50 | 62 | 0 | 53 | FB | 60 | 9 |
| Octal | 11 | 1 | 54 | 120 | 142 | 0 | 123 | 373 | 140 | 11 |
| Binary | 1001 | 1 | 101100 | 1010000 | 1100010 | 0 | 1010011 | 11111011 | 1100000 | 1001 |
Color Harmonies of #09012C
Complementary color
Monochromatic Colors of #09012C
Black with #09012C
Text Example
Text Example
White with #09012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09012C; }
p { color: rgb(9,1,44); }
H1.HeaderClassName
{
color: #09012C;
}
.AnyTagClassName
{
color: #09012C;
}
</style>
background-color css
<style>
a { background-color: #09012C; }
a { background-color: rgb(9,1,44); }
div.DivClassName
{
background-color: #09012C;
}
.BgClassName
{
background-color: #09012C;
}
</style>
border-color css
<style>
span { border-color: #09012C; }
span { border-color: rgb(9,1,44); }
td.TdClassName
{
border-color: #09012C;
}
.TagClassName
{
border-color: #09012C;
}
</style>