Shades of Black Russian #121213
Tints of Black Russian #121213
RGB
CMYK
RGB Variations
Color information
#121213 (or 0x121213) is known color: Black Russian. HEX triplet: 12, 12 and 13. RGB value is (18,18,19). Sum of RGB (Red+Green+Blue) = 18+18+19=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 19 - color contains mainly: blue. Hex color #121213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121213 is #EDEDEC. Grayscale: #121212. Windows color (decimal): -15592941 or 1249810. OLE color: 1249810.
HSL color Cylindrical-coordinate representation of color #121213: hue angle of 240º degrees, saturation: 0.03, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #121213 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 18 | 19 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.93 |
| HSL | 240º | 0.03% | 0.07% | - |
| HSV(B) | 240º | 0.05% | 0.07% | - |
| XYZ | 0.58 | 0.61 | 0.7 | - |
| YUV | 18.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 19 | 0.05 | 0.05 | 0 | 0.93 | 240 | 0.03 | 0.07 |
| Hex | 12 | 12 | 13 | 5 | 5 | 0 | 5D | F0 | 3 | 7 |
| Octal | 22 | 22 | 23 | 5 | 5 | 0 | 135 | 360 | 3 | 7 |
| Binary | 10010 | 10010 | 10011 | 101 | 101 | 0 | 1011101 | 11110000 | 11 | 111 |
Color Harmonies of #121213
Complementary color
Monochromatic Colors of #121213
Black with #121213
Text Example
Text Example
White with #121213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121213; }
p { color: rgb(18,18,19); }
H1.HeaderClassName
{
color: #121213;
}
.AnyTagClassName
{
color: #121213;
}
</style>
background-color css
<style>
a { background-color: #121213; }
a { background-color: rgb(18,18,19); }
div.DivClassName
{
background-color: #121213;
}
.BgClassName
{
background-color: #121213;
}
</style>
border-color css
<style>
span { border-color: #121213; }
span { border-color: rgb(18,18,19); }
td.TdClassName
{
border-color: #121213;
}
.TagClassName
{
border-color: #121213;
}
</style>