Shades of Blackcurrant #160D26
Tints of Blackcurrant #160D26
RGB
CMYK
RGB Variations
Color information
#160D26 (or 0x160D26) is known color: Blackcurrant. HEX triplet: 16, 0D and 26. RGB value is (22,13,38). Sum of RGB (Red+Green+Blue) = 22+13+38=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #160D26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160D26 is #E9F2D9. Grayscale: #121212. Windows color (decimal): -15332058 or 2493718. OLE color: 2493718.
HSL color Cylindrical-coordinate representation of color #160D26: hue angle of 261.6º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #160D26 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 13 | 38 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.85 |
| HSL | 261.6º | 0.49% | 0.1% | - |
| HSV(B) | 261.6º | 0.66% | 0.15% | - |
| XYZ | 0.82 | 0.6 | 1.91 | - |
| YUV | 18.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 38 | 0.42 | 0.66 | 0 | 0.85 | 261.6 | 0.49 | 0.1 |
| Hex | 16 | D | 26 | 2A | 42 | 0 | 55 | 106 | 31 | A |
| Octal | 26 | 15 | 46 | 52 | 102 | 0 | 125 | 406 | 61 | 12 |
| Binary | 10110 | 1101 | 100110 | 101010 | 1000010 | 0 | 1010101 | 100000110 | 110001 | 1010 |
Color Harmonies of #160D26
Complementary color
Monochromatic Colors of #160D26
Black with #160D26
Text Example
Text Example
White with #160D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D26; }
p { color: rgb(22,13,38); }
H1.HeaderClassName
{
color: #160D26;
}
.AnyTagClassName
{
color: #160D26;
}
</style>
background-color css
<style>
a { background-color: #160D26; }
a { background-color: rgb(22,13,38); }
div.DivClassName
{
background-color: #160D26;
}
.BgClassName
{
background-color: #160D26;
}
</style>
border-color css
<style>
span { border-color: #160D26; }
span { border-color: rgb(22,13,38); }
td.TdClassName
{
border-color: #160D26;
}
.TagClassName
{
border-color: #160D26;
}
</style>