Shades of Black Russian #121215
Tints of Black Russian #121215
RGB
CMYK
RGB Variations
Color information
#121215 (or 0x121215) is known color: Black Russian. HEX triplet: 12, 12 and 15. RGB value is (18,18,21). Sum of RGB (Red+Green+Blue) = 18+18+21=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: blue. Hex color #121215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121215 is #EDEDEA. Grayscale: #121212. Windows color (decimal): -15592939 or 1380882. OLE color: 1380882.
HSL color Cylindrical-coordinate representation of color #121215: hue angle of 240º degrees, saturation: 0.08, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #121215 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 18 | 21 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.92 |
| HSL | 240º | 0.08% | 0.08% | - |
| HSV(B) | 240º | 0.14% | 0.08% | - |
| XYZ | 0.6 | 0.62 | 0.8 | - |
| YUV | 18.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 21 | 0.14 | 0.14 | 0 | 0.92 | 240 | 0.08 | 0.08 |
| Hex | 12 | 12 | 15 | E | E | 0 | 5C | F0 | 8 | 8 |
| Octal | 22 | 22 | 25 | 16 | 16 | 0 | 134 | 360 | 10 | 10 |
| Binary | 10010 | 10010 | 10101 | 1110 | 1110 | 0 | 1011100 | 11110000 | 1000 | 1000 |
Color Harmonies of #121215
Complementary color
Monochromatic Colors of #121215
Black with #121215
Text Example
Text Example
White with #121215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121215; }
p { color: rgb(18,18,21); }
H1.HeaderClassName
{
color: #121215;
}
.AnyTagClassName
{
color: #121215;
}
</style>
background-color css
<style>
a { background-color: #121215; }
a { background-color: rgb(18,18,21); }
div.DivClassName
{
background-color: #121215;
}
.BgClassName
{
background-color: #121215;
}
</style>
border-color css
<style>
span { border-color: #121215; }
span { border-color: rgb(18,18,21); }
td.TdClassName
{
border-color: #121215;
}
.TagClassName
{
border-color: #121215;
}
</style>