Shades of Black Russian #09002D
Tints of Black Russian #09002D
RGB
CMYK
RGB Variations
Color information
#09002D (or 0x09002D) is known color: Black Russian. HEX triplet: 09, 00 and 2D. RGB value is (9,0,45). Sum of RGB (Red+Green+Blue) = 9+0+45=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 45 (17.97% from 255 or 83.33% from 54); Max value from RGB is 45 - color contains mainly: blue. Hex color #09002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09002D is #F6FFD2. Grayscale: #070707. Windows color (decimal): -16187347 or 2949129. OLE color: 2949129.
HSL color Cylindrical-coordinate representation of color #09002D: hue angle of 252º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09002D is Cyan = 0.8, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 0 | 45 | - |
| CMYK | 0.8 | 1 | 0 | 0.82 |
| HSL | 252º | 1% | 0.09% | - |
| HSV(B) | 252º | 1% | 0.18% | - |
| XYZ | 0.59 | 0.25 | 2.5 | - |
| YUV | 7.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 45 | 0.8 | 1 | 0 | 0.82 | 252 | 1 | 0.09 |
| Hex | 9 | 0 | 2D | 50 | 64 | 0 | 52 | FC | 64 | 9 |
| Octal | 11 | 0 | 55 | 120 | 144 | 0 | 122 | 374 | 144 | 11 |
| Binary | 1001 | 0 | 101101 | 1010000 | 1100100 | 0 | 1010010 | 11111100 | 1100100 | 1001 |
Color Harmonies of #09002D
Complementary color
Monochromatic Colors of #09002D
Black with #09002D
Text Example
Text Example
White with #09002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09002D; }
p { color: rgb(9,0,45); }
H1.HeaderClassName
{
color: #09002D;
}
.AnyTagClassName
{
color: #09002D;
}
</style>
background-color css
<style>
a { background-color: #09002D; }
a { background-color: rgb(9,0,45); }
div.DivClassName
{
background-color: #09002D;
}
.BgClassName
{
background-color: #09002D;
}
</style>
border-color css
<style>
span { border-color: #09002D; }
span { border-color: rgb(9,0,45); }
td.TdClassName
{
border-color: #09002D;
}
.TagClassName
{
border-color: #09002D;
}
</style>