Shades of Blackcurrant #25162D
Tints of Blackcurrant #25162D
RGB
CMYK
RGB Variations
Color information
#25162D (or 0x25162D) is known color: Blackcurrant. HEX triplet: 25, 16 and 2D. RGB value is (37,22,45). Sum of RGB (Red+Green+Blue) = 37+22+45=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #25162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25162D is #DAE9D2. Grayscale: #1D1D1D. Windows color (decimal): -14346707 or 2954789. OLE color: 2954789.
HSL color Cylindrical-coordinate representation of color #25162D: hue angle of 279.13º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25162D is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 22 | 45 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.82 |
| HSL | 279.13º | 0.34% | 0.13% | - |
| HSV(B) | 279.13º | 0.51% | 0.18% | - |
| XYZ | 1.52 | 1.16 | 2.63 | - |
| YUV | 29.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 45 | 0.18 | 0.51 | 0 | 0.82 | 279.13 | 0.34 | 0.13 |
| Hex | 25 | 16 | 2D | 12 | 33 | 0 | 52 | 117 | 22 | D |
| Octal | 45 | 26 | 55 | 22 | 63 | 0 | 122 | 427 | 42 | 15 |
| Binary | 100101 | 10110 | 101101 | 10010 | 110011 | 0 | 1010010 | 100010111 | 100010 | 1101 |
Color Harmonies of #25162D
Complementary color
Monochromatic Colors of #25162D
Black with #25162D
Text Example
Text Example
White with #25162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25162D; }
p { color: rgb(37,22,45); }
H1.HeaderClassName
{
color: #25162D;
}
.AnyTagClassName
{
color: #25162D;
}
</style>
background-color css
<style>
a { background-color: #25162D; }
a { background-color: rgb(37,22,45); }
div.DivClassName
{
background-color: #25162D;
}
.BgClassName
{
background-color: #25162D;
}
</style>
border-color css
<style>
span { border-color: #25162D; }
span { border-color: rgb(37,22,45); }
td.TdClassName
{
border-color: #25162D;
}
.TagClassName
{
border-color: #25162D;
}
</style>