Shades of Black Russian #161627
Tints of Black Russian #161627
RGB
CMYK
RGB Variations
Color information
#161627 (or 0x161627) is known color: Black Russian. HEX triplet: 16, 16 and 27. RGB value is (22,22,39). Sum of RGB (Red+Green+Blue) = 22+22+39=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #161627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161627 is #E9E9D8. Grayscale: #171717. Windows color (decimal): -15329753 or 2561558. OLE color: 2561558.
HSL color Cylindrical-coordinate representation of color #161627: hue angle of 240º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #161627 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 22 | 39 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.85 |
| HSL | 240º | 0.28% | 0.12% | - |
| HSV(B) | 240º | 0.44% | 0.15% | - |
| XYZ | 0.98 | 0.89 | 2.04 | - |
| YUV | 23.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 39 | 0.44 | 0.44 | 0 | 0.85 | 240 | 0.28 | 0.12 |
| Hex | 16 | 16 | 27 | 2C | 2C | 0 | 55 | F0 | 1C | C |
| Octal | 26 | 26 | 47 | 54 | 54 | 0 | 125 | 360 | 34 | 14 |
| Binary | 10110 | 10110 | 100111 | 101100 | 101100 | 0 | 1010101 | 11110000 | 11100 | 1100 |
Color Harmonies of #161627
Complementary color
Monochromatic Colors of #161627
Black with #161627
Text Example
Text Example
White with #161627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161627; }
p { color: rgb(22,22,39); }
H1.HeaderClassName
{
color: #161627;
}
.AnyTagClassName
{
color: #161627;
}
</style>
background-color css
<style>
a { background-color: #161627; }
a { background-color: rgb(22,22,39); }
div.DivClassName
{
background-color: #161627;
}
.BgClassName
{
background-color: #161627;
}
</style>
border-color css
<style>
span { border-color: #161627; }
span { border-color: rgb(22,22,39); }
td.TdClassName
{
border-color: #161627;
}
.TagClassName
{
border-color: #161627;
}
</style>