Shades of Blackcurrant #160629
Tints of Blackcurrant #160629
RGB
CMYK
RGB Variations
Color information
#160629 (or 0x160629) is known color: Blackcurrant. HEX triplet: 16, 06 and 29. RGB value is (22,6,41). Sum of RGB (Red+Green+Blue) = 22+6+41=69 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.88% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #160629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160629 is #E9F9D6. Grayscale: #0E0E0E. Windows color (decimal): -15333847 or 2688534. OLE color: 2688534.
HSL color Cylindrical-coordinate representation of color #160629: hue angle of 267.43º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #160629 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 6 | 41 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.84 |
| HSL | 267.43º | 0.74% | 0.09% | - |
| HSV(B) | 267.43º | 0.85% | 0.16% | - |
| XYZ | 0.8 | 0.46 | 2.14 | - |
| YUV | 14.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 41 | 0.46 | 0.85 | 0 | 0.84 | 267.43 | 0.74 | 0.09 |
| Hex | 16 | 6 | 29 | 2E | 55 | 0 | 54 | 10B | 4A | 9 |
| Octal | 26 | 6 | 51 | 56 | 125 | 0 | 124 | 413 | 112 | 11 |
| Binary | 10110 | 110 | 101001 | 101110 | 1010101 | 0 | 1010100 | 100001011 | 1001010 | 1001 |
Color Harmonies of #160629
Complementary color
Monochromatic Colors of #160629
Black with #160629
Text Example
Text Example
White with #160629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160629; }
p { color: rgb(22,6,41); }
H1.HeaderClassName
{
color: #160629;
}
.AnyTagClassName
{
color: #160629;
}
</style>
background-color css
<style>
a { background-color: #160629; }
a { background-color: rgb(22,6,41); }
div.DivClassName
{
background-color: #160629;
}
.BgClassName
{
background-color: #160629;
}
</style>
border-color css
<style>
span { border-color: #160629; }
span { border-color: rgb(22,6,41); }
td.TdClassName
{
border-color: #160629;
}
.TagClassName
{
border-color: #160629;
}
</style>