Shades of Black Russian #090D26
Tints of Black Russian #090D26
RGB
CMYK
RGB Variations
Color information
#090D26 (or 0x090D26) is known color: Black Russian. HEX triplet: 09, 0D and 26. RGB value is (9,13,38). Sum of RGB (Red+Green+Blue) = 9+13+38=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 38 (15.23% from 255 or 63.33% from 60); Max value from RGB is 38 - color contains mainly: blue. Hex color #090D26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D26 is #F6F2D9. Grayscale: #0E0E0E. Windows color (decimal): -16184026 or 2493705. OLE color: 2493705.
HSL color Cylindrical-coordinate representation of color #090D26: hue angle of 231.72º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #090D26 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 13 | 38 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.85 |
| HSL | 231.72º | 0.62% | 0.09% | - |
| HSV(B) | 231.72º | 0.76% | 0.15% | - |
| XYZ | 0.61 | 0.49 | 1.9 | - |
| YUV | 14.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 38 | 0.76 | 0.66 | 0 | 0.85 | 231.72 | 0.62 | 0.09 |
| Hex | 9 | D | 26 | 4C | 42 | 0 | 55 | E8 | 3E | 9 |
| Octal | 11 | 15 | 46 | 114 | 102 | 0 | 125 | 350 | 76 | 11 |
| Binary | 1001 | 1101 | 100110 | 1001100 | 1000010 | 0 | 1010101 | 11101000 | 111110 | 1001 |
Color Harmonies of #090D26
Complementary color
Monochromatic Colors of #090D26
Black with #090D26
Text Example
Text Example
White with #090D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D26; }
p { color: rgb(9,13,38); }
H1.HeaderClassName
{
color: #090D26;
}
.AnyTagClassName
{
color: #090D26;
}
</style>
background-color css
<style>
a { background-color: #090D26; }
a { background-color: rgb(9,13,38); }
div.DivClassName
{
background-color: #090D26;
}
.BgClassName
{
background-color: #090D26;
}
</style>
border-color css
<style>
span { border-color: #090D26; }
span { border-color: rgb(9,13,38); }
td.TdClassName
{
border-color: #090D26;
}
.TagClassName
{
border-color: #090D26;
}
</style>