Shades of Blackcurrant #160625
Tints of Blackcurrant #160625
RGB
CMYK
RGB Variations
Color information
#160625 (or 0x160625) is known color: Blackcurrant. HEX triplet: 16, 06 and 25. RGB value is (22,6,37). Sum of RGB (Red+Green+Blue) = 22+6+37=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #160625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160625 is #E9F9DA. Grayscale: #0E0E0E. Windows color (decimal): -15333851 or 2426390. OLE color: 2426390.
HSL color Cylindrical-coordinate representation of color #160625: hue angle of 270.97º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #160625 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 6 | 37 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.85 |
| HSL | 270.97º | 0.72% | 0.08% | - |
| HSV(B) | 270.97º | 0.84% | 0.15% | - |
| XYZ | 0.73 | 0.43 | 1.8 | - |
| YUV | 14.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 37 | 0.41 | 0.84 | 0 | 0.85 | 270.97 | 0.72 | 0.08 |
| Hex | 16 | 6 | 25 | 29 | 54 | 0 | 55 | 10F | 48 | 8 |
| Octal | 26 | 6 | 45 | 51 | 124 | 0 | 125 | 417 | 110 | 10 |
| Binary | 10110 | 110 | 100101 | 101001 | 1010100 | 0 | 1010101 | 100001111 | 1001000 | 1000 |
Color Harmonies of #160625
Complementary color
Monochromatic Colors of #160625
Black with #160625
Text Example
Text Example
White with #160625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160625; }
p { color: rgb(22,6,37); }
H1.HeaderClassName
{
color: #160625;
}
.AnyTagClassName
{
color: #160625;
}
</style>
background-color css
<style>
a { background-color: #160625; }
a { background-color: rgb(22,6,37); }
div.DivClassName
{
background-color: #160625;
}
.BgClassName
{
background-color: #160625;
}
</style>
border-color css
<style>
span { border-color: #160625; }
span { border-color: rgb(22,6,37); }
td.TdClassName
{
border-color: #160625;
}
.TagClassName
{
border-color: #160625;
}
</style>