Shades of Black Russian #161525
Tints of Black Russian #161525
RGB
CMYK
RGB Variations
Color information
#161525 (or 0x161525) is known color: Black Russian. HEX triplet: 16, 15 and 25. RGB value is (22,21,37). Sum of RGB (Red+Green+Blue) = 22+21+37=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #161525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161525 is #E9EADA. Grayscale: #171717. Windows color (decimal): -15330011 or 2430230. OLE color: 2430230.
HSL color Cylindrical-coordinate representation of color #161525: hue angle of 243.75º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #161525 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 21 | 37 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.85 |
| HSL | 243.75º | 0.28% | 0.11% | - |
| HSV(B) | 243.75º | 0.43% | 0.15% | - |
| XYZ | 0.93 | 0.84 | 1.86 | - |
| YUV | 23.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 37 | 0.41 | 0.43 | 0 | 0.85 | 243.75 | 0.28 | 0.11 |
| Hex | 16 | 15 | 25 | 29 | 2B | 0 | 55 | F4 | 1C | B |
| Octal | 26 | 25 | 45 | 51 | 53 | 0 | 125 | 364 | 34 | 13 |
| Binary | 10110 | 10101 | 100101 | 101001 | 101011 | 0 | 1010101 | 11110100 | 11100 | 1011 |
Color Harmonies of #161525
Complementary color
Monochromatic Colors of #161525
Black with #161525
Text Example
Text Example
White with #161525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161525; }
p { color: rgb(22,21,37); }
H1.HeaderClassName
{
color: #161525;
}
.AnyTagClassName
{
color: #161525;
}
</style>
background-color css
<style>
a { background-color: #161525; }
a { background-color: rgb(22,21,37); }
div.DivClassName
{
background-color: #161525;
}
.BgClassName
{
background-color: #161525;
}
</style>
border-color css
<style>
span { border-color: #161525; }
span { border-color: rgb(22,21,37); }
td.TdClassName
{
border-color: #161525;
}
.TagClassName
{
border-color: #161525;
}
</style>