Shades of Black Russian #161D2B
Tints of Black Russian #161D2B
RGB
CMYK
RGB Variations
Color information
#161D2B (or 0x161D2B) is known color: Black Russian. HEX triplet: 16, 1D and 2B. RGB value is (22,29,43). Sum of RGB (Red+Green+Blue) = 22+29+43=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #161D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D2B is #E9E2D4. Grayscale: #1C1C1C. Windows color (decimal): -15327957 or 2825494. OLE color: 2825494.
HSL color Cylindrical-coordinate representation of color #161D2B: hue angle of 220º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #161D2B is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 29 | 43 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.83 |
| HSL | 220º | 0.32% | 0.13% | - |
| HSV(B) | 220º | 0.49% | 0.17% | - |
| XYZ | 1.21 | 1.22 | 2.46 | - |
| YUV | 28.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 43 | 0.49 | 0.33 | 0 | 0.83 | 220 | 0.32 | 0.13 |
| Hex | 16 | 1D | 2B | 31 | 21 | 0 | 53 | DC | 20 | D |
| Octal | 26 | 35 | 53 | 61 | 41 | 0 | 123 | 334 | 40 | 15 |
| Binary | 10110 | 11101 | 101011 | 110001 | 100001 | 0 | 1010011 | 11011100 | 100000 | 1101 |
Color Harmonies of #161D2B
Complementary color
Monochromatic Colors of #161D2B
Black with #161D2B
Text Example
Text Example
White with #161D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D2B; }
p { color: rgb(22,29,43); }
H1.HeaderClassName
{
color: #161D2B;
}
.AnyTagClassName
{
color: #161D2B;
}
</style>
background-color css
<style>
a { background-color: #161D2B; }
a { background-color: rgb(22,29,43); }
div.DivClassName
{
background-color: #161D2B;
}
.BgClassName
{
background-color: #161D2B;
}
</style>
border-color css
<style>
span { border-color: #161D2B; }
span { border-color: rgb(22,29,43); }
td.TdClassName
{
border-color: #161D2B;
}
.TagClassName
{
border-color: #161D2B;
}
</style>