Shades of Black Russian #09101D
Tints of Black Russian #09101D
RGB
CMYK
RGB Variations
Color information
#09101D (or 0x09101D) is known color: Black Russian. HEX triplet: 09, 10 and 1D. RGB value is (9,16,29). Sum of RGB (Red+Green+Blue) = 9+16+29=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #09101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09101D is #F6EFE2. Grayscale: #0F0F0F. Windows color (decimal): -16183267 or 1904649. OLE color: 1904649.
HSL color Cylindrical-coordinate representation of color #09101D: hue angle of 219º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #09101D is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 16 | 29 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.89 |
| HSL | 219º | 0.53% | 0.07% | - |
| HSV(B) | 219º | 0.69% | 0.11% | - |
| XYZ | 0.52 | 0.52 | 1.23 | - |
| YUV | 15.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 29 | 0.69 | 0.45 | 0 | 0.89 | 219 | 0.53 | 0.07 |
| Hex | 9 | 10 | 1D | 45 | 2D | 0 | 59 | DB | 35 | 7 |
| Octal | 11 | 20 | 35 | 105 | 55 | 0 | 131 | 333 | 65 | 7 |
| Binary | 1001 | 10000 | 11101 | 1000101 | 101101 | 0 | 1011001 | 11011011 | 110101 | 111 |
Color Harmonies of #09101D
Complementary color
Monochromatic Colors of #09101D
Black with #09101D
Text Example
Text Example
White with #09101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09101D; }
p { color: rgb(9,16,29); }
H1.HeaderClassName
{
color: #09101D;
}
.AnyTagClassName
{
color: #09101D;
}
</style>
background-color css
<style>
a { background-color: #09101D; }
a { background-color: rgb(9,16,29); }
div.DivClassName
{
background-color: #09101D;
}
.BgClassName
{
background-color: #09101D;
}
</style>
border-color css
<style>
span { border-color: #09101D; }
span { border-color: rgb(9,16,29); }
td.TdClassName
{
border-color: #09101D;
}
.TagClassName
{
border-color: #09101D;
}
</style>