Shades of Blackcurrant #160538
Tints of Blackcurrant #160538
RGB
CMYK
RGB Variations
Color information
#160538 (or 0x160538) is known color: Blackcurrant. HEX triplet: 16, 05 and 38. RGB value is (22,5,56). Sum of RGB (Red+Green+Blue) = 22+5+56=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #160538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160538 is #E9FAC7. Grayscale: #0F0F0F. Windows color (decimal): -15334088 or 3671318. OLE color: 3671318.
HSL color Cylindrical-coordinate representation of color #160538: hue angle of 260º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160538 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 5 | 56 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.78 |
| HSL | 260º | 0.84% | 0.12% | - |
| HSV(B) | 260º | 0.91% | 0.22% | - |
| XYZ | 1.1 | 0.56 | 3.79 | - |
| YUV | 15.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 56 | 0.61 | 0.91 | 0 | 0.78 | 260 | 0.84 | 0.12 |
| Hex | 16 | 5 | 38 | 3D | 5B | 0 | 4E | 104 | 54 | C |
| Octal | 26 | 5 | 70 | 75 | 133 | 0 | 116 | 404 | 124 | 14 |
| Binary | 10110 | 101 | 111000 | 111101 | 1011011 | 0 | 1001110 | 100000100 | 1010100 | 1100 |
Color Harmonies of #160538
Complementary color
Monochromatic Colors of #160538
Black with #160538
Text Example
Text Example
White with #160538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160538; }
p { color: rgb(22,5,56); }
H1.HeaderClassName
{
color: #160538;
}
.AnyTagClassName
{
color: #160538;
}
</style>
background-color css
<style>
a { background-color: #160538; }
a { background-color: rgb(22,5,56); }
div.DivClassName
{
background-color: #160538;
}
.BgClassName
{
background-color: #160538;
}
</style>
border-color css
<style>
span { border-color: #160538; }
span { border-color: rgb(22,5,56); }
td.TdClassName
{
border-color: #160538;
}
.TagClassName
{
border-color: #160538;
}
</style>