Shades of Black Russian #090D15
Tints of Black Russian #090D15
RGB
CMYK
RGB Variations
Color information
#090D15 (or 0x090D15) is known color: Black Russian. HEX triplet: 09, 0D and 15. RGB value is (9,13,21). Sum of RGB (Red+Green+Blue) = 9+13+21=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #090D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D15 is #F6F2EA. Grayscale: #0C0C0C. Windows color (decimal): -16184043 or 1379593. OLE color: 1379593.
HSL color Cylindrical-coordinate representation of color #090D15: hue angle of 220º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #090D15 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 13 | 21 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.92 |
| HSL | 220º | 0.4% | 0.06% | - |
| HSV(B) | 220º | 0.57% | 0.08% | - |
| XYZ | 0.39 | 0.4 | 0.77 | - |
| YUV | 12.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 21 | 0.57 | 0.38 | 0 | 0.92 | 220 | 0.4 | 0.06 |
| Hex | 9 | D | 15 | 39 | 26 | 0 | 5C | DC | 28 | 6 |
| Octal | 11 | 15 | 25 | 71 | 46 | 0 | 134 | 334 | 50 | 6 |
| Binary | 1001 | 1101 | 10101 | 111001 | 100110 | 0 | 1011100 | 11011100 | 101000 | 110 |
Color Harmonies of #090D15
Complementary color
Monochromatic Colors of #090D15
Black with #090D15
Text Example
Text Example
White with #090D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D15; }
p { color: rgb(9,13,21); }
H1.HeaderClassName
{
color: #090D15;
}
.AnyTagClassName
{
color: #090D15;
}
</style>
background-color css
<style>
a { background-color: #090D15; }
a { background-color: rgb(9,13,21); }
div.DivClassName
{
background-color: #090D15;
}
.BgClassName
{
background-color: #090D15;
}
</style>
border-color css
<style>
span { border-color: #090D15; }
span { border-color: rgb(9,13,21); }
td.TdClassName
{
border-color: #090D15;
}
.TagClassName
{
border-color: #090D15;
}
</style>