Shades of Black Russian #121628
Tints of Black Russian #121628
RGB
CMYK
RGB Variations
Color information
#121628 (or 0x121628) is known color: Black Russian. HEX triplet: 12, 16 and 28. RGB value is (18,22,40). Sum of RGB (Red+Green+Blue) = 18+22+40=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #121628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121628 is #EDE9D7. Grayscale: #161616. Windows color (decimal): -15591896 or 2627090. OLE color: 2627090.
HSL color Cylindrical-coordinate representation of color #121628: hue angle of 229.09º 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 #121628 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 22 | 40 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.84 |
| HSL | 229.09º | 0.38% | 0.11% | - |
| HSV(B) | 229.09º | 0.55% | 0.16% | - |
| XYZ | 0.92 | 0.86 | 2.12 | - |
| YUV | 22.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 40 | 0.55 | 0.45 | 0 | 0.84 | 229.09 | 0.38 | 0.11 |
| Hex | 12 | 16 | 28 | 37 | 2D | 0 | 54 | E5 | 26 | B |
| Octal | 22 | 26 | 50 | 67 | 55 | 0 | 124 | 345 | 46 | 13 |
| Binary | 10010 | 10110 | 101000 | 110111 | 101101 | 0 | 1010100 | 11100101 | 100110 | 1011 |
Color Harmonies of #121628
Complementary color
Monochromatic Colors of #121628
Black with #121628
Text Example
Text Example
White with #121628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121628; }
p { color: rgb(18,22,40); }
H1.HeaderClassName
{
color: #121628;
}
.AnyTagClassName
{
color: #121628;
}
</style>
background-color css
<style>
a { background-color: #121628; }
a { background-color: rgb(18,22,40); }
div.DivClassName
{
background-color: #121628;
}
.BgClassName
{
background-color: #121628;
}
</style>
border-color css
<style>
span { border-color: #121628; }
span { border-color: rgb(18,22,40); }
td.TdClassName
{
border-color: #121628;
}
.TagClassName
{
border-color: #121628;
}
</style>