Shades of Black Russian #161734
Tints of Black Russian #161734
RGB
CMYK
RGB Variations
Color information
#161734 (or 0x161734) is known color: Black Russian. HEX triplet: 16, 17 and 34. RGB value is (22,23,52). Sum of RGB (Red+Green+Blue) = 22+23+52=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #161734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161734 is #E9E8CB. Grayscale: #191919. Windows color (decimal): -15329484 or 3413782. OLE color: 3413782.
HSL color Cylindrical-coordinate representation of color #161734: hue angle of 238º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #161734 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 23 | 52 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.80 |
| HSL | 238º | 0.41% | 0.15% | - |
| HSV(B) | 238º | 0.58% | 0.2% | - |
| XYZ | 1.26 | 1.03 | 3.38 | - |
| YUV | 26.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 52 | 0.58 | 0.56 | 0 | 0.80 | 238 | 0.41 | 0.15 |
| Hex | 16 | 17 | 34 | 3A | 38 | 0 | 50 | EE | 29 | F |
| Octal | 26 | 27 | 64 | 72 | 70 | 0 | 120 | 356 | 51 | 17 |
| Binary | 10110 | 10111 | 110100 | 111010 | 111000 | 0 | 1010000 | 11101110 | 101001 | 1111 |
Color Harmonies of #161734
Complementary color
Monochromatic Colors of #161734
Black with #161734
Text Example
Text Example
White with #161734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161734; }
p { color: rgb(22,23,52); }
H1.HeaderClassName
{
color: #161734;
}
.AnyTagClassName
{
color: #161734;
}
</style>
background-color css
<style>
a { background-color: #161734; }
a { background-color: rgb(22,23,52); }
div.DivClassName
{
background-color: #161734;
}
.BgClassName
{
background-color: #161734;
}
</style>
border-color css
<style>
span { border-color: #161734; }
span { border-color: rgb(22,23,52); }
td.TdClassName
{
border-color: #161734;
}
.TagClassName
{
border-color: #161734;
}
</style>