Shades of Black Russian #121721
Tints of Black Russian #121721
RGB
CMYK
RGB Variations
Color information
#121721 (or 0x121721) is known color: Black Russian. HEX triplet: 12, 17 and 21. RGB value is (18,23,33). Sum of RGB (Red+Green+Blue) = 18+23+33=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #121721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121721 is #EDE8DE. Grayscale: #161616. Windows color (decimal): -15591647 or 2168594. OLE color: 2168594.
HSL color Cylindrical-coordinate representation of color #121721: hue angle of 220º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #121721 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 23 | 33 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.87 |
| HSL | 220º | 0.29% | 0.1% | - |
| HSV(B) | 220º | 0.45% | 0.13% | - |
| XYZ | 0.83 | 0.85 | 1.56 | - |
| YUV | 22.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 33 | 0.45 | 0.30 | 0 | 0.87 | 220 | 0.29 | 0.1 |
| Hex | 12 | 17 | 21 | 2D | 1E | 0 | 57 | DC | 1D | A |
| Octal | 22 | 27 | 41 | 55 | 36 | 0 | 127 | 334 | 35 | 12 |
| Binary | 10010 | 10111 | 100001 | 101101 | 11110 | 0 | 1010111 | 11011100 | 11101 | 1010 |
Color Harmonies of #121721
Complementary color
Monochromatic Colors of #121721
Black with #121721
Text Example
Text Example
White with #121721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121721; }
p { color: rgb(18,23,33); }
H1.HeaderClassName
{
color: #121721;
}
.AnyTagClassName
{
color: #121721;
}
</style>
background-color css
<style>
a { background-color: #121721; }
a { background-color: rgb(18,23,33); }
div.DivClassName
{
background-color: #121721;
}
.BgClassName
{
background-color: #121721;
}
</style>
border-color css
<style>
span { border-color: #121721; }
span { border-color: rgb(18,23,33); }
td.TdClassName
{
border-color: #121721;
}
.TagClassName
{
border-color: #121721;
}
</style>