Shades of Blackcurrant #16131A
Tints of Blackcurrant #16131A
RGB
CMYK
RGB Variations
Color information
#16131A (or 0x16131A) is known color: Blackcurrant. HEX triplet: 16, 13 and 1A. RGB value is (22,19,26). Sum of RGB (Red+Green+Blue) = 22+19+26=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #16131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16131A is #E9ECE5. Grayscale: #141414. Windows color (decimal): -15330534 or 1708822. OLE color: 1708822.
HSL color Cylindrical-coordinate representation of color #16131A: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #16131A is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 19 | 26 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.90 |
| HSL | 265.71º | 0.16% | 0.09% | - |
| HSV(B) | 265.71º | 0.27% | 0.1% | - |
| XYZ | 0.75 | 0.71 | 1.07 | - |
| YUV | 20.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 26 | 0.15 | 0.27 | 0 | 0.90 | 265.71 | 0.16 | 0.09 |
| Hex | 16 | 13 | 1A | F | 1B | 0 | 5A | 10A | 10 | 9 |
| Octal | 26 | 23 | 32 | 17 | 33 | 0 | 132 | 412 | 20 | 11 |
| Binary | 10110 | 10011 | 11010 | 1111 | 11011 | 0 | 1011010 | 100001010 | 10000 | 1001 |
Color Harmonies of #16131A
Complementary color
Monochromatic Colors of #16131A
Black with #16131A
Text Example
Text Example
White with #16131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16131A; }
p { color: rgb(22,19,26); }
H1.HeaderClassName
{
color: #16131A;
}
.AnyTagClassName
{
color: #16131A;
}
</style>
background-color css
<style>
a { background-color: #16131A; }
a { background-color: rgb(22,19,26); }
div.DivClassName
{
background-color: #16131A;
}
.BgClassName
{
background-color: #16131A;
}
</style>
border-color css
<style>
span { border-color: #16131A; }
span { border-color: rgb(22,19,26); }
td.TdClassName
{
border-color: #16131A;
}
.TagClassName
{
border-color: #16131A;
}
</style>