Shades of Black Russian #090C13
Tints of Black Russian #090C13
RGB
CMYK
RGB Variations
Color information
#090C13 (or 0x090C13) is known color: Black Russian. HEX triplet: 09, 0C and 13. RGB value is (9,12,19). Sum of RGB (Red+Green+Blue) = 9+12+19=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #090C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C13 is #F6F3EC. Grayscale: #0B0B0B. Windows color (decimal): -16184301 or 1248265. OLE color: 1248265.
HSL color Cylindrical-coordinate representation of color #090C13: hue angle of 222º 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 #090C13 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 12 | 19 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.93 |
| HSL | 222º | 0.36% | 0.05% | - |
| HSV(B) | 222º | 0.53% | 0.07% | - |
| XYZ | 0.36 | 0.37 | 0.67 | - |
| YUV | 11.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 19 | 0.53 | 0.37 | 0 | 0.93 | 222 | 0.36 | 0.05 |
| Hex | 9 | C | 13 | 35 | 25 | 0 | 5D | DE | 24 | 5 |
| Octal | 11 | 14 | 23 | 65 | 45 | 0 | 135 | 336 | 44 | 5 |
| Binary | 1001 | 1100 | 10011 | 110101 | 100101 | 0 | 1011101 | 11011110 | 100100 | 101 |
Color Harmonies of #090C13
Complementary color
Monochromatic Colors of #090C13
Black with #090C13
Text Example
Text Example
White with #090C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C13; }
p { color: rgb(9,12,19); }
H1.HeaderClassName
{
color: #090C13;
}
.AnyTagClassName
{
color: #090C13;
}
</style>
background-color css
<style>
a { background-color: #090C13; }
a { background-color: rgb(9,12,19); }
div.DivClassName
{
background-color: #090C13;
}
.BgClassName
{
background-color: #090C13;
}
</style>
border-color css
<style>
span { border-color: #090C13; }
span { border-color: rgb(9,12,19); }
td.TdClassName
{
border-color: #090C13;
}
.TagClassName
{
border-color: #090C13;
}
</style>