Shades of Blackcurrant #160431
Tints of Blackcurrant #160431
RGB
CMYK
RGB Variations
Color information
#160431 (or 0x160431) is known color: Blackcurrant. HEX triplet: 16, 04 and 31. RGB value is (22,4,49). Sum of RGB (Red+Green+Blue) = 22+4+49=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #160431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160431 is #E9FBCE. Grayscale: #0E0E0E. Windows color (decimal): -15334351 or 3212310. OLE color: 3212310.
HSL color Cylindrical-coordinate representation of color #160431: hue angle of 264º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #160431 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 4 | 49 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.81 |
| HSL | 264º | 0.85% | 0.1% | - |
| HSV(B) | 264º | 0.92% | 0.19% | - |
| XYZ | 0.93 | 0.48 | 2.95 | - |
| YUV | 14.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 49 | 0.55 | 0.92 | 0 | 0.81 | 264 | 0.85 | 0.1 |
| Hex | 16 | 4 | 31 | 37 | 5C | 0 | 51 | 108 | 55 | A |
| Octal | 26 | 4 | 61 | 67 | 134 | 0 | 121 | 410 | 125 | 12 |
| Binary | 10110 | 100 | 110001 | 110111 | 1011100 | 0 | 1010001 | 100001000 | 1010101 | 1010 |
Color Harmonies of #160431
Complementary color
Monochromatic Colors of #160431
Black with #160431
Text Example
Text Example
White with #160431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160431; }
p { color: rgb(22,4,49); }
H1.HeaderClassName
{
color: #160431;
}
.AnyTagClassName
{
color: #160431;
}
</style>
background-color css
<style>
a { background-color: #160431; }
a { background-color: rgb(22,4,49); }
div.DivClassName
{
background-color: #160431;
}
.BgClassName
{
background-color: #160431;
}
</style>
border-color css
<style>
span { border-color: #160431; }
span { border-color: rgb(22,4,49); }
td.TdClassName
{
border-color: #160431;
}
.TagClassName
{
border-color: #160431;
}
</style>