Shades of Blackcurrant #160429
Tints of Blackcurrant #160429
RGB
CMYK
RGB Variations
Color information
#160429 (or 0x160429) is known color: Blackcurrant. HEX triplet: 16, 04 and 29. RGB value is (22,4,41). Sum of RGB (Red+Green+Blue) = 22+4+41=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #160429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160429 is #E9FBD6. Grayscale: #0D0D0D. Windows color (decimal): -15334359 or 2688022. OLE color: 2688022.
HSL color Cylindrical-coordinate representation of color #160429: hue angle of 269.19º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160429 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 4 | 41 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.84 |
| HSL | 269.19º | 0.82% | 0.09% | - |
| HSV(B) | 269.19º | 0.9% | 0.16% | - |
| XYZ | 0.77 | 0.42 | 2.14 | - |
| YUV | 13.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 41 | 0.46 | 0.90 | 0 | 0.84 | 269.19 | 0.82 | 0.09 |
| Hex | 16 | 4 | 29 | 2E | 5A | 0 | 54 | 10D | 52 | 9 |
| Octal | 26 | 4 | 51 | 56 | 132 | 0 | 124 | 415 | 122 | 11 |
| Binary | 10110 | 100 | 101001 | 101110 | 1011010 | 0 | 1010100 | 100001101 | 1010010 | 1001 |
Color Harmonies of #160429
Complementary color
Monochromatic Colors of #160429
Black with #160429
Text Example
Text Example
White with #160429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160429; }
p { color: rgb(22,4,41); }
H1.HeaderClassName
{
color: #160429;
}
.AnyTagClassName
{
color: #160429;
}
</style>
background-color css
<style>
a { background-color: #160429; }
a { background-color: rgb(22,4,41); }
div.DivClassName
{
background-color: #160429;
}
.BgClassName
{
background-color: #160429;
}
</style>
border-color css
<style>
span { border-color: #160429; }
span { border-color: rgb(22,4,41); }
td.TdClassName
{
border-color: #160429;
}
.TagClassName
{
border-color: #160429;
}
</style>