Shades of Blackcurrant #16101E
Tints of Blackcurrant #16101E
RGB
CMYK
RGB Variations
Color information
#16101E (or 0x16101E) is known color: Blackcurrant. HEX triplet: 16, 10 and 1E. RGB value is (22,16,30). Sum of RGB (Red+Green+Blue) = 22+16+30=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #16101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16101E is #E9EFE1. Grayscale: #131313. Windows color (decimal): -15331298 or 1970198. OLE color: 1970198.
HSL color Cylindrical-coordinate representation of color #16101E: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #16101E is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 16 | 30 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.88 |
| HSL | 265.71º | 0.3% | 0.09% | - |
| HSV(B) | 265.71º | 0.47% | 0.12% | - |
| XYZ | 0.75 | 0.63 | 1.31 | - |
| YUV | 19.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 30 | 0.27 | 0.47 | 0 | 0.88 | 265.71 | 0.3 | 0.09 |
| Hex | 16 | 10 | 1E | 1B | 2F | 0 | 58 | 10A | 1E | 9 |
| Octal | 26 | 20 | 36 | 33 | 57 | 0 | 130 | 412 | 36 | 11 |
| Binary | 10110 | 10000 | 11110 | 11011 | 101111 | 0 | 1011000 | 100001010 | 11110 | 1001 |
Color Harmonies of #16101E
Complementary color
Monochromatic Colors of #16101E
Black with #16101E
Text Example
Text Example
White with #16101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16101E; }
p { color: rgb(22,16,30); }
H1.HeaderClassName
{
color: #16101E;
}
.AnyTagClassName
{
color: #16101E;
}
</style>
background-color css
<style>
a { background-color: #16101E; }
a { background-color: rgb(22,16,30); }
div.DivClassName
{
background-color: #16101E;
}
.BgClassName
{
background-color: #16101E;
}
</style>
border-color css
<style>
span { border-color: #16101E; }
span { border-color: rgb(22,16,30); }
td.TdClassName
{
border-color: #16101E;
}
.TagClassName
{
border-color: #16101E;
}
</style>