Shades of Black Russian #121031
Tints of Black Russian #121031
RGB
CMYK
RGB Variations
Color information
#121031 (or 0x121031) is known color: Black Russian. HEX triplet: 12, 10 and 31. RGB value is (18,16,49). Sum of RGB (Red+Green+Blue) = 18+16+49=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #121031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121031 is #EDEFCE. Grayscale: #141414. Windows color (decimal): -15593423 or 3215378. OLE color: 3215378.
HSL color Cylindrical-coordinate representation of color #121031: hue angle of 243.64º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121031 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 16 | 49 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.81 |
| HSL | 243.64º | 0.51% | 0.13% | - |
| HSV(B) | 243.64º | 0.67% | 0.19% | - |
| XYZ | 0.99 | 0.72 | 2.99 | - |
| YUV | 20.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 49 | 0.63 | 0.67 | 0 | 0.81 | 243.64 | 0.51 | 0.13 |
| Hex | 12 | 10 | 31 | 3F | 43 | 0 | 51 | F4 | 33 | D |
| Octal | 22 | 20 | 61 | 77 | 103 | 0 | 121 | 364 | 63 | 15 |
| Binary | 10010 | 10000 | 110001 | 111111 | 1000011 | 0 | 1010001 | 11110100 | 110011 | 1101 |
Color Harmonies of #121031
Complementary color
Monochromatic Colors of #121031
Black with #121031
Text Example
Text Example
White with #121031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121031; }
p { color: rgb(18,16,49); }
H1.HeaderClassName
{
color: #121031;
}
.AnyTagClassName
{
color: #121031;
}
</style>
background-color css
<style>
a { background-color: #121031; }
a { background-color: rgb(18,16,49); }
div.DivClassName
{
background-color: #121031;
}
.BgClassName
{
background-color: #121031;
}
</style>
border-color css
<style>
span { border-color: #121031; }
span { border-color: rgb(18,16,49); }
td.TdClassName
{
border-color: #121031;
}
.TagClassName
{
border-color: #121031;
}
</style>