Shades of Black Russian #090D1D
Tints of Black Russian #090D1D
RGB
CMYK
RGB Variations
Color information
#090D1D (or 0x090D1D) is known color: Black Russian. HEX triplet: 09, 0D and 1D. RGB value is (9,13,29). Sum of RGB (Red+Green+Blue) = 9+13+29=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #090D1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D1D is #F6F2E2. Grayscale: #0D0D0D. Windows color (decimal): -16184035 or 1903881. OLE color: 1903881.
HSL color Cylindrical-coordinate representation of color #090D1D: hue angle of 228º 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 #090D1D is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 13 | 29 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.89 |
| HSL | 228º | 0.53% | 0.07% | - |
| HSV(B) | 228º | 0.69% | 0.11% | - |
| XYZ | 0.48 | 0.43 | 1.22 | - |
| YUV | 13.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 29 | 0.69 | 0.55 | 0 | 0.89 | 228 | 0.53 | 0.07 |
| Hex | 9 | D | 1D | 45 | 37 | 0 | 59 | E4 | 35 | 7 |
| Octal | 11 | 15 | 35 | 105 | 67 | 0 | 131 | 344 | 65 | 7 |
| Binary | 1001 | 1101 | 11101 | 1000101 | 110111 | 0 | 1011001 | 11100100 | 110101 | 111 |
Color Harmonies of #090D1D
Complementary color
Monochromatic Colors of #090D1D
Black with #090D1D
Text Example
Text Example
White with #090D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D1D; }
p { color: rgb(9,13,29); }
H1.HeaderClassName
{
color: #090D1D;
}
.AnyTagClassName
{
color: #090D1D;
}
</style>
background-color css
<style>
a { background-color: #090D1D; }
a { background-color: rgb(9,13,29); }
div.DivClassName
{
background-color: #090D1D;
}
.BgClassName
{
background-color: #090D1D;
}
</style>
border-color css
<style>
span { border-color: #090D1D; }
span { border-color: rgb(9,13,29); }
td.TdClassName
{
border-color: #090D1D;
}
.TagClassName
{
border-color: #090D1D;
}
</style>