Shades of Blackcurrant #160829
Tints of Blackcurrant #160829
RGB
CMYK
RGB Variations
Color information
#160829 (or 0x160829) is known color: Blackcurrant. HEX triplet: 16, 08 and 29. RGB value is (22,8,41). Sum of RGB (Red+Green+Blue) = 22+8+41=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #160829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160829 is #E9F7D6. Grayscale: #0F0F0F. Windows color (decimal): -15333335 or 2689046. OLE color: 2689046.
HSL color Cylindrical-coordinate representation of color #160829: hue angle of 265.45º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #160829 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 8 | 41 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.84 |
| HSL | 265.45º | 0.67% | 0.1% | - |
| HSV(B) | 265.45º | 0.8% | 0.16% | - |
| XYZ | 0.82 | 0.5 | 2.15 | - |
| YUV | 15.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 41 | 0.46 | 0.80 | 0 | 0.84 | 265.45 | 0.67 | 0.1 |
| Hex | 16 | 8 | 29 | 2E | 50 | 0 | 54 | 109 | 43 | A |
| Octal | 26 | 10 | 51 | 56 | 120 | 0 | 124 | 411 | 103 | 12 |
| Binary | 10110 | 1000 | 101001 | 101110 | 1010000 | 0 | 1010100 | 100001001 | 1000011 | 1010 |
Color Harmonies of #160829
Complementary color
Monochromatic Colors of #160829
Black with #160829
Text Example
Text Example
White with #160829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160829; }
p { color: rgb(22,8,41); }
H1.HeaderClassName
{
color: #160829;
}
.AnyTagClassName
{
color: #160829;
}
</style>
background-color css
<style>
a { background-color: #160829; }
a { background-color: rgb(22,8,41); }
div.DivClassName
{
background-color: #160829;
}
.BgClassName
{
background-color: #160829;
}
</style>
border-color css
<style>
span { border-color: #160829; }
span { border-color: rgb(22,8,41); }
td.TdClassName
{
border-color: #160829;
}
.TagClassName
{
border-color: #160829;
}
</style>