Shades of Blackcurrant #160D25
Tints of Blackcurrant #160D25
RGB
CMYK
RGB Variations
Color information
#160D25 (or 0x160D25) is known color: Blackcurrant. HEX triplet: 16, 0D and 25. RGB value is (22,13,37). Sum of RGB (Red+Green+Blue) = 22+13+37=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #160D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160D25 is #E9F2DA. Grayscale: #121212. Windows color (decimal): -15332059 or 2428182. OLE color: 2428182.
HSL color Cylindrical-coordinate representation of color #160D25: hue angle of 262.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #160D25 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 13 | 37 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.85 |
| HSL | 262.5º | 0.48% | 0.1% | - |
| HSV(B) | 262.5º | 0.65% | 0.15% | - |
| XYZ | 0.81 | 0.59 | 1.82 | - |
| YUV | 18.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 37 | 0.41 | 0.65 | 0 | 0.85 | 262.5 | 0.48 | 0.1 |
| Hex | 16 | D | 25 | 29 | 41 | 0 | 55 | 106 | 30 | A |
| Octal | 26 | 15 | 45 | 51 | 101 | 0 | 125 | 406 | 60 | 12 |
| Binary | 10110 | 1101 | 100101 | 101001 | 1000001 | 0 | 1010101 | 100000110 | 110000 | 1010 |
Color Harmonies of #160D25
Complementary color
Monochromatic Colors of #160D25
Black with #160D25
Text Example
Text Example
White with #160D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D25; }
p { color: rgb(22,13,37); }
H1.HeaderClassName
{
color: #160D25;
}
.AnyTagClassName
{
color: #160D25;
}
</style>
background-color css
<style>
a { background-color: #160D25; }
a { background-color: rgb(22,13,37); }
div.DivClassName
{
background-color: #160D25;
}
.BgClassName
{
background-color: #160D25;
}
</style>
border-color css
<style>
span { border-color: #160D25; }
span { border-color: rgb(22,13,37); }
td.TdClassName
{
border-color: #160D25;
}
.TagClassName
{
border-color: #160D25;
}
</style>