Shades of Black Russian #121626
Tints of Black Russian #121626
RGB
CMYK
RGB Variations
Color information
#121626 (or 0x121626) is known color: Black Russian. HEX triplet: 12, 16 and 26. RGB value is (18,22,38). Sum of RGB (Red+Green+Blue) = 18+22+38=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #121626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121626 is #EDE9D9. Grayscale: #161616. Windows color (decimal): -15591898 or 2496018. OLE color: 2496018.
HSL color Cylindrical-coordinate representation of color #121626: hue angle of 228º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #121626 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 22 | 38 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.85 |
| HSL | 228º | 0.36% | 0.11% | - |
| HSV(B) | 228º | 0.53% | 0.15% | - |
| XYZ | 0.89 | 0.84 | 1.95 | - |
| YUV | 22.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 38 | 0.53 | 0.42 | 0 | 0.85 | 228 | 0.36 | 0.11 |
| Hex | 12 | 16 | 26 | 35 | 2A | 0 | 55 | E4 | 24 | B |
| Octal | 22 | 26 | 46 | 65 | 52 | 0 | 125 | 344 | 44 | 13 |
| Binary | 10010 | 10110 | 100110 | 110101 | 101010 | 0 | 1010101 | 11100100 | 100100 | 1011 |
Color Harmonies of #121626
Complementary color
Monochromatic Colors of #121626
Black with #121626
Text Example
Text Example
White with #121626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121626; }
p { color: rgb(18,22,38); }
H1.HeaderClassName
{
color: #121626;
}
.AnyTagClassName
{
color: #121626;
}
</style>
background-color css
<style>
a { background-color: #121626; }
a { background-color: rgb(18,22,38); }
div.DivClassName
{
background-color: #121626;
}
.BgClassName
{
background-color: #121626;
}
</style>
border-color css
<style>
span { border-color: #121626; }
span { border-color: rgb(18,22,38); }
td.TdClassName
{
border-color: #121626;
}
.TagClassName
{
border-color: #121626;
}
</style>