Shades of Black Russian #121431
Tints of Black Russian #121431
RGB
CMYK
RGB Variations
Color information
#121431 (or 0x121431) is known color: Black Russian. HEX triplet: 12, 14 and 31. RGB value is (18,20,49). Sum of RGB (Red+Green+Blue) = 18+20+49=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #121431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121431 is #EDEBCE. Grayscale: #161616. Windows color (decimal): -15592399 or 3216402. OLE color: 3216402.
HSL color Cylindrical-coordinate representation of color #121431: hue angle of 236.13º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #121431 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 20 | 49 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.81 |
| HSL | 236.13º | 0.46% | 0.13% | - |
| HSV(B) | 236.13º | 0.63% | 0.19% | - |
| XYZ | 1.05 | 0.85 | 3.01 | - |
| YUV | 22.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 49 | 0.63 | 0.59 | 0 | 0.81 | 236.13 | 0.46 | 0.13 |
| Hex | 12 | 14 | 31 | 3F | 3B | 0 | 51 | EC | 2E | D |
| Octal | 22 | 24 | 61 | 77 | 73 | 0 | 121 | 354 | 56 | 15 |
| Binary | 10010 | 10100 | 110001 | 111111 | 111011 | 0 | 1010001 | 11101100 | 101110 | 1101 |
Color Harmonies of #121431
Complementary color
Monochromatic Colors of #121431
Black with #121431
Text Example
Text Example
White with #121431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121431; }
p { color: rgb(18,20,49); }
H1.HeaderClassName
{
color: #121431;
}
.AnyTagClassName
{
color: #121431;
}
</style>
background-color css
<style>
a { background-color: #121431; }
a { background-color: rgb(18,20,49); }
div.DivClassName
{
background-color: #121431;
}
.BgClassName
{
background-color: #121431;
}
</style>
border-color css
<style>
span { border-color: #121431; }
span { border-color: rgb(18,20,49); }
td.TdClassName
{
border-color: #121431;
}
.TagClassName
{
border-color: #121431;
}
</style>