Shades of Black Russian #121826
Tints of Black Russian #121826
RGB
CMYK
RGB Variations
Color information
#121826 (or 0x121826) is known color: Black Russian. HEX triplet: 12, 18 and 26. RGB value is (18,24,38). Sum of RGB (Red+Green+Blue) = 18+24+38=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #121826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121826 is #EDE7D9. Grayscale: #171717. Windows color (decimal): -15591386 or 2496530. OLE color: 2496530.
HSL color Cylindrical-coordinate representation of color #121826: hue angle of 222º 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 #121826 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 24 | 38 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.85 |
| HSL | 222º | 0.36% | 0.11% | - |
| HSV(B) | 222º | 0.53% | 0.15% | - |
| XYZ | 0.93 | 0.92 | 1.96 | - |
| YUV | 23.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 38 | 0.53 | 0.37 | 0 | 0.85 | 222 | 0.36 | 0.11 |
| Hex | 12 | 18 | 26 | 35 | 25 | 0 | 55 | DE | 24 | B |
| Octal | 22 | 30 | 46 | 65 | 45 | 0 | 125 | 336 | 44 | 13 |
| Binary | 10010 | 11000 | 100110 | 110101 | 100101 | 0 | 1010101 | 11011110 | 100100 | 1011 |
Color Harmonies of #121826
Complementary color
Monochromatic Colors of #121826
Black with #121826
Text Example
Text Example
White with #121826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121826; }
p { color: rgb(18,24,38); }
H1.HeaderClassName
{
color: #121826;
}
.AnyTagClassName
{
color: #121826;
}
</style>
background-color css
<style>
a { background-color: #121826; }
a { background-color: rgb(18,24,38); }
div.DivClassName
{
background-color: #121826;
}
.BgClassName
{
background-color: #121826;
}
</style>
border-color css
<style>
span { border-color: #121826; }
span { border-color: rgb(18,24,38); }
td.TdClassName
{
border-color: #121826;
}
.TagClassName
{
border-color: #121826;
}
</style>