Shades of Black Russian #121428
Tints of Black Russian #121428
RGB
CMYK
RGB Variations
Color information
#121428 (or 0x121428) is known color: Black Russian. HEX triplet: 12, 14 and 28. RGB value is (18,20,40). Sum of RGB (Red+Green+Blue) = 18+20+40=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #121428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121428 is #EDEBD7. Grayscale: #151515. Windows color (decimal): -15592408 or 2626578. OLE color: 2626578.
HSL color Cylindrical-coordinate representation of color #121428: hue angle of 234.55º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121428 is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 20 | 40 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.84 |
| HSL | 234.55º | 0.38% | 0.11% | - |
| HSV(B) | 234.55º | 0.55% | 0.16% | - |
| XYZ | 0.88 | 0.78 | 2.11 | - |
| YUV | 21.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 40 | 0.55 | 0.5 | 0 | 0.84 | 234.55 | 0.38 | 0.11 |
| Hex | 12 | 14 | 28 | 37 | 32 | 0 | 54 | EB | 26 | B |
| Octal | 22 | 24 | 50 | 67 | 62 | 0 | 124 | 353 | 46 | 13 |
| Binary | 10010 | 10100 | 101000 | 110111 | 110010 | 0 | 1010100 | 11101011 | 100110 | 1011 |
Color Harmonies of #121428
Complementary color
Monochromatic Colors of #121428
Black with #121428
Text Example
Text Example
White with #121428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121428; }
p { color: rgb(18,20,40); }
H1.HeaderClassName
{
color: #121428;
}
.AnyTagClassName
{
color: #121428;
}
</style>
background-color css
<style>
a { background-color: #121428; }
a { background-color: rgb(18,20,40); }
div.DivClassName
{
background-color: #121428;
}
.BgClassName
{
background-color: #121428;
}
</style>
border-color css
<style>
span { border-color: #121428; }
span { border-color: rgb(18,20,40); }
td.TdClassName
{
border-color: #121428;
}
.TagClassName
{
border-color: #121428;
}
</style>