Shades of Blackcurrant #160025
Tints of Blackcurrant #160025
RGB
CMYK
RGB Variations
Color information
#160025 (or 0x160025) is known color: Blackcurrant. HEX triplet: 16, 00 and 25. RGB value is (22,0,37). Sum of RGB (Red+Green+Blue) = 22+0+37=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #160025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160025 is #E9FFDA. Grayscale: #0A0A0A. Windows color (decimal): -15335387 or 2424854. OLE color: 2424854.
HSL color Cylindrical-coordinate representation of color #160025: hue angle of 275.68º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160025 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 0 | 37 | - |
| CMYK | 0.41 | 1 | 0 | 0.85 |
| HSL | 275.68º | 1% | 0.07% | - |
| HSV(B) | 275.68º | 1% | 0.15% | - |
| XYZ | 0.66 | 0.3 | 1.77 | - |
| YUV | 10.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 37 | 0.41 | 1 | 0 | 0.85 | 275.68 | 1 | 0.07 |
| Hex | 16 | 0 | 25 | 29 | 64 | 0 | 55 | 114 | 64 | 7 |
| Octal | 26 | 0 | 45 | 51 | 144 | 0 | 125 | 424 | 144 | 7 |
| Binary | 10110 | 0 | 100101 | 101001 | 1100100 | 0 | 1010101 | 100010100 | 1100100 | 111 |
Color Harmonies of #160025
Complementary color
Monochromatic Colors of #160025
Black with #160025
Text Example
Text Example
White with #160025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160025; }
p { color: rgb(22,0,37); }
H1.HeaderClassName
{
color: #160025;
}
.AnyTagClassName
{
color: #160025;
}
</style>
background-color css
<style>
a { background-color: #160025; }
a { background-color: rgb(22,0,37); }
div.DivClassName
{
background-color: #160025;
}
.BgClassName
{
background-color: #160025;
}
</style>
border-color css
<style>
span { border-color: #160025; }
span { border-color: rgb(22,0,37); }
td.TdClassName
{
border-color: #160025;
}
.TagClassName
{
border-color: #160025;
}
</style>