Shades of Blackcurrant #160B25
Tints of Blackcurrant #160B25
RGB
CMYK
RGB Variations
Color information
#160B25 (or 0x160B25) is known color: Blackcurrant. HEX triplet: 16, 0B and 25. RGB value is (22,11,37). Sum of RGB (Red+Green+Blue) = 22+11+37=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #160B25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B25 is #E9F4DA. Grayscale: #111111. Windows color (decimal): -15332571 or 2427670. OLE color: 2427670.
HSL color Cylindrical-coordinate representation of color #160B25: hue angle of 265.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #160B25 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 11 | 37 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.85 |
| HSL | 265.38º | 0.54% | 0.09% | - |
| HSV(B) | 265.38º | 0.7% | 0.15% | - |
| XYZ | 0.78 | 0.54 | 1.81 | - |
| YUV | 17.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 37 | 0.41 | 0.70 | 0 | 0.85 | 265.38 | 0.54 | 0.09 |
| Hex | 16 | B | 25 | 29 | 46 | 0 | 55 | 109 | 36 | 9 |
| Octal | 26 | 13 | 45 | 51 | 106 | 0 | 125 | 411 | 66 | 11 |
| Binary | 10110 | 1011 | 100101 | 101001 | 1000110 | 0 | 1010101 | 100001001 | 110110 | 1001 |
Color Harmonies of #160B25
Complementary color
Monochromatic Colors of #160B25
Black with #160B25
Text Example
Text Example
White with #160B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160B25; }
p { color: rgb(22,11,37); }
H1.HeaderClassName
{
color: #160B25;
}
.AnyTagClassName
{
color: #160B25;
}
</style>
background-color css
<style>
a { background-color: #160B25; }
a { background-color: rgb(22,11,37); }
div.DivClassName
{
background-color: #160B25;
}
.BgClassName
{
background-color: #160B25;
}
</style>
border-color css
<style>
span { border-color: #160B25; }
span { border-color: rgb(22,11,37); }
td.TdClassName
{
border-color: #160B25;
}
.TagClassName
{
border-color: #160B25;
}
</style>