Shades of Blackcurrant #16101B
Tints of Blackcurrant #16101B
RGB
CMYK
RGB Variations
Color information
#16101B (or 0x16101B) is known color: Blackcurrant. HEX triplet: 16, 10 and 1B. RGB value is (22,16,27). Sum of RGB (Red+Green+Blue) = 22+16+27=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #16101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16101B is #E9EFE4. Grayscale: #131313. Windows color (decimal): -15331301 or 1773590. OLE color: 1773590.
HSL color Cylindrical-coordinate representation of color #16101B: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #16101B is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 16 | 27 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.89 |
| HSL | 272.73º | 0.26% | 0.08% | - |
| HSV(B) | 272.73º | 0.41% | 0.11% | - |
| XYZ | 0.71 | 0.62 | 1.12 | - |
| YUV | 19.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 27 | 0.19 | 0.41 | 0 | 0.89 | 272.73 | 0.26 | 0.08 |
| Hex | 16 | 10 | 1B | 13 | 29 | 0 | 59 | 111 | 1A | 8 |
| Octal | 26 | 20 | 33 | 23 | 51 | 0 | 131 | 421 | 32 | 10 |
| Binary | 10110 | 10000 | 11011 | 10011 | 101001 | 0 | 1011001 | 100010001 | 11010 | 1000 |
Color Harmonies of #16101B
Complementary color
Monochromatic Colors of #16101B
Black with #16101B
Text Example
Text Example
White with #16101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16101B; }
p { color: rgb(22,16,27); }
H1.HeaderClassName
{
color: #16101B;
}
.AnyTagClassName
{
color: #16101B;
}
</style>
background-color css
<style>
a { background-color: #16101B; }
a { background-color: rgb(22,16,27); }
div.DivClassName
{
background-color: #16101B;
}
.BgClassName
{
background-color: #16101B;
}
</style>
border-color css
<style>
span { border-color: #16101B; }
span { border-color: rgb(22,16,27); }
td.TdClassName
{
border-color: #16101B;
}
.TagClassName
{
border-color: #16101B;
}
</style>