Shades of Blackcurrant #160B28
Tints of Blackcurrant #160B28
RGB
CMYK
RGB Variations
Color information
#160B28 (or 0x160B28) is known color: Blackcurrant. HEX triplet: 16, 0B and 28. RGB value is (22,11,40). Sum of RGB (Red+Green+Blue) = 22+11+40=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #160B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B28 is #E9F4D7. Grayscale: #111111. Windows color (decimal): -15332568 or 2624278. OLE color: 2624278.
HSL color Cylindrical-coordinate representation of color #160B28: hue angle of 262.76º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #160B28 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 11 | 40 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.84 |
| HSL | 262.76º | 0.57% | 0.1% | - |
| HSV(B) | 262.76º | 0.73% | 0.16% | - |
| XYZ | 0.83 | 0.56 | 2.07 | - |
| YUV | 17.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 40 | 0.45 | 0.72 | 0 | 0.84 | 262.76 | 0.57 | 0.1 |
| Hex | 16 | B | 28 | 2D | 48 | 0 | 54 | 107 | 39 | A |
| Octal | 26 | 13 | 50 | 55 | 110 | 0 | 124 | 407 | 71 | 12 |
| Binary | 10110 | 1011 | 101000 | 101101 | 1001000 | 0 | 1010100 | 100000111 | 111001 | 1010 |
Color Harmonies of #160B28
Complementary color
Monochromatic Colors of #160B28
Black with #160B28
Text Example
Text Example
White with #160B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160B28; }
p { color: rgb(22,11,40); }
H1.HeaderClassName
{
color: #160B28;
}
.AnyTagClassName
{
color: #160B28;
}
</style>
background-color css
<style>
a { background-color: #160B28; }
a { background-color: rgb(22,11,40); }
div.DivClassName
{
background-color: #160B28;
}
.BgClassName
{
background-color: #160B28;
}
</style>
border-color css
<style>
span { border-color: #160B28; }
span { border-color: rgb(22,11,40); }
td.TdClassName
{
border-color: #160B28;
}
.TagClassName
{
border-color: #160B28;
}
</style>