Shades of Blackcurrant #160C28
Tints of Blackcurrant #160C28
RGB
CMYK
RGB Variations
Color information
#160C28 (or 0x160C28) is known color: Blackcurrant. HEX triplet: 16, 0C and 28. RGB value is (22,12,40). Sum of RGB (Red+Green+Blue) = 22+12+40=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #160C28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160C28 is #E9F3D7. Grayscale: #121212. Windows color (decimal): -15332312 or 2624534. OLE color: 2624534.
HSL color Cylindrical-coordinate representation of color #160C28: hue angle of 261.43º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #160C28 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 12 | 40 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.84 |
| HSL | 261.43º | 0.54% | 0.1% | - |
| HSV(B) | 261.43º | 0.7% | 0.16% | - |
| XYZ | 0.85 | 0.59 | 2.08 | - |
| YUV | 18.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 40 | 0.45 | 0.70 | 0 | 0.84 | 261.43 | 0.54 | 0.1 |
| Hex | 16 | C | 28 | 2D | 46 | 0 | 54 | 105 | 36 | A |
| Octal | 26 | 14 | 50 | 55 | 106 | 0 | 124 | 405 | 66 | 12 |
| Binary | 10110 | 1100 | 101000 | 101101 | 1000110 | 0 | 1010100 | 100000101 | 110110 | 1010 |
Color Harmonies of #160C28
Complementary color
Monochromatic Colors of #160C28
Black with #160C28
Text Example
Text Example
White with #160C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160C28; }
p { color: rgb(22,12,40); }
H1.HeaderClassName
{
color: #160C28;
}
.AnyTagClassName
{
color: #160C28;
}
</style>
background-color css
<style>
a { background-color: #160C28; }
a { background-color: rgb(22,12,40); }
div.DivClassName
{
background-color: #160C28;
}
.BgClassName
{
background-color: #160C28;
}
</style>
border-color css
<style>
span { border-color: #160C28; }
span { border-color: rgb(22,12,40); }
td.TdClassName
{
border-color: #160C28;
}
.TagClassName
{
border-color: #160C28;
}
</style>