Shades of Black Russian #090A0D
Tints of Black Russian #090A0D
RGB
CMYK
RGB Variations
Color information
#090A0D (or 0x090A0D) is known color: Black Russian. HEX triplet: 09, 0A and 0D. RGB value is (9,10,13). Sum of RGB (Red+Green+Blue) = 9+10+13=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 13 - color contains mainly: blue. Hex color #090A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A0D is #F6F5F2. Grayscale: #0A0A0A. Windows color (decimal): -16184819 or 854537. OLE color: 854537.
HSL color Cylindrical-coordinate representation of color #090A0D: hue angle of 225º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #090A0D is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 10 | 13 | - |
CMYK | 0.31 | 0.23 | 0 | 0.95 |
HSL | 225º | 0.18% | 0.04% | - |
HSV(B) | 225º | 0.31% | 0.05% | - |
XYZ | 0.29 | 0.3 | 0.42 | - |
YUV | 10.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 10 | 13 | 0.31 | 0.23 | 0 | 0.95 | 225 | 0.18 | 0.04 |
Hex | 9 | A | D | 1F | 17 | 0 | 5F | E1 | 12 | 4 |
Octal | 11 | 12 | 15 | 37 | 27 | 0 | 137 | 341 | 22 | 4 |
Binary | 1001 | 1010 | 1101 | 11111 | 10111 | 0 | 1011111 | 11100001 | 10010 | 100 |
Color Harmonies of #090A0D
Complementary color
Monochromatic Colors of #090A0D
Black with #090A0D
Text Example
Text Example
White with #090A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A0D; }
p { color: rgb(9,10,13); }
H1.HeaderClassName
{
color: #090A0D;
}
.AnyTagClassName
{
color: #090A0D;
}
</style>
background-color css
<style>
a { background-color: #090A0D; }
a { background-color: rgb(9,10,13); }
div.DivClassName
{
background-color: #090A0D;
}
.BgClassName
{
background-color: #090A0D;
}
</style>
border-color css
<style>
span { border-color: #090A0D; }
span { border-color: rgb(9,10,13); }
td.TdClassName
{
border-color: #090A0D;
}
.TagClassName
{
border-color: #090A0D;
}
</style>