Shades of Blackcurrant #160332
Tints of Blackcurrant #160332
RGB
CMYK
RGB Variations
Color information
#160332 (or 0x160332) is known color: Blackcurrant. HEX triplet: 16, 03 and 32. RGB value is (22,3,50). Sum of RGB (Red+Green+Blue) = 22+3+50=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #160332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160332 is #E9FCCD. Grayscale: #0D0D0D. Windows color (decimal): -15334606 or 3277590. OLE color: 3277590.
HSL color Cylindrical-coordinate representation of color #160332: hue angle of 264.26º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160332 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 3 | 50 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.80 |
| HSL | 264.26º | 0.89% | 0.1% | - |
| HSV(B) | 264.26º | 0.94% | 0.2% | - |
| XYZ | 0.94 | 0.47 | 3.06 | - |
| YUV | 14.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 50 | 0.56 | 0.94 | 0 | 0.80 | 264.26 | 0.89 | 0.1 |
| Hex | 16 | 3 | 32 | 38 | 5E | 0 | 50 | 108 | 59 | A |
| Octal | 26 | 3 | 62 | 70 | 136 | 0 | 120 | 410 | 131 | 12 |
| Binary | 10110 | 11 | 110010 | 111000 | 1011110 | 0 | 1010000 | 100001000 | 1011001 | 1010 |
Color Harmonies of #160332
Complementary color
Monochromatic Colors of #160332
Black with #160332
Text Example
Text Example
White with #160332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160332; }
p { color: rgb(22,3,50); }
H1.HeaderClassName
{
color: #160332;
}
.AnyTagClassName
{
color: #160332;
}
</style>
background-color css
<style>
a { background-color: #160332; }
a { background-color: rgb(22,3,50); }
div.DivClassName
{
background-color: #160332;
}
.BgClassName
{
background-color: #160332;
}
</style>
border-color css
<style>
span { border-color: #160332; }
span { border-color: rgb(22,3,50); }
td.TdClassName
{
border-color: #160332;
}
.TagClassName
{
border-color: #160332;
}
</style>