Shades of Black Russian #161828
Tints of Black Russian #161828
RGB
CMYK
RGB Variations
Color information
#161828 (or 0x161828) is known color: Black Russian. HEX triplet: 16, 18 and 28. RGB value is (22,24,40). Sum of RGB (Red+Green+Blue) = 22+24+40=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #161828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161828 is #E9E7D7. Grayscale: #191919. Windows color (decimal): -15329240 or 2627606. OLE color: 2627606.
HSL color Cylindrical-coordinate representation of color #161828: hue angle of 233.33º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #161828 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 24 | 40 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.84 |
| HSL | 233.33º | 0.29% | 0.12% | - |
| HSV(B) | 233.33º | 0.45% | 0.16% | - |
| XYZ | 1.04 | 0.98 | 2.14 | - |
| YUV | 25.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 40 | 0.45 | 0.40 | 0 | 0.84 | 233.33 | 0.29 | 0.12 |
| Hex | 16 | 18 | 28 | 2D | 28 | 0 | 54 | E9 | 1D | C |
| Octal | 26 | 30 | 50 | 55 | 50 | 0 | 124 | 351 | 35 | 14 |
| Binary | 10110 | 11000 | 101000 | 101101 | 101000 | 0 | 1010100 | 11101001 | 11101 | 1100 |
Color Harmonies of #161828
Complementary color
Monochromatic Colors of #161828
Black with #161828
Text Example
Text Example
White with #161828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161828; }
p { color: rgb(22,24,40); }
H1.HeaderClassName
{
color: #161828;
}
.AnyTagClassName
{
color: #161828;
}
</style>
background-color css
<style>
a { background-color: #161828; }
a { background-color: rgb(22,24,40); }
div.DivClassName
{
background-color: #161828;
}
.BgClassName
{
background-color: #161828;
}
</style>
border-color css
<style>
span { border-color: #161828; }
span { border-color: rgb(22,24,40); }
td.TdClassName
{
border-color: #161828;
}
.TagClassName
{
border-color: #161828;
}
</style>