Shades of Black Russian #090A13
Tints of Black Russian #090A13
RGB
CMYK
RGB Variations
Color information
#090A13 (or 0x090A13) is known color: Black Russian. HEX triplet: 09, 0A and 13. RGB value is (9,10,19). Sum of RGB (Red+Green+Blue) = 9+10+19=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #090A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A13 is #F6F5EC. Grayscale: #0A0A0A. Windows color (decimal): -16184813 or 1247753. OLE color: 1247753.
HSL color Cylindrical-coordinate representation of color #090A13: hue angle of 234º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #090A13 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 10 | 19 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.93 |
| HSL | 234º | 0.36% | 0.05% | - |
| HSV(B) | 234º | 0.53% | 0.07% | - |
| XYZ | 0.34 | 0.32 | 0.66 | - |
| YUV | 10.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 19 | 0.53 | 0.47 | 0 | 0.93 | 234 | 0.36 | 0.05 |
| Hex | 9 | A | 13 | 35 | 2F | 0 | 5D | EA | 24 | 5 |
| Octal | 11 | 12 | 23 | 65 | 57 | 0 | 135 | 352 | 44 | 5 |
| Binary | 1001 | 1010 | 10011 | 110101 | 101111 | 0 | 1011101 | 11101010 | 100100 | 101 |
Color Harmonies of #090A13
Complementary color
Monochromatic Colors of #090A13
Black with #090A13
Text Example
Text Example
White with #090A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A13; }
p { color: rgb(9,10,19); }
H1.HeaderClassName
{
color: #090A13;
}
.AnyTagClassName
{
color: #090A13;
}
</style>
background-color css
<style>
a { background-color: #090A13; }
a { background-color: rgb(9,10,19); }
div.DivClassName
{
background-color: #090A13;
}
.BgClassName
{
background-color: #090A13;
}
</style>
border-color css
<style>
span { border-color: #090A13; }
span { border-color: rgb(9,10,19); }
td.TdClassName
{
border-color: #090A13;
}
.TagClassName
{
border-color: #090A13;
}
</style>