Shades of Blackcurrant #25162A
Tints of Blackcurrant #25162A
RGB
CMYK
RGB Variations
Color information
#25162A (or 0x25162A) is known color: Blackcurrant. HEX triplet: 25, 16 and 2A. RGB value is (37,22,42). Sum of RGB (Red+Green+Blue) = 37+22+42=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 42 - color contains mainly: blue. Hex color #25162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25162A is #DAE9D5. Grayscale: #1C1C1C. Windows color (decimal): -14346710 or 2758181. OLE color: 2758181.
HSL color Cylindrical-coordinate representation of color #25162A: hue angle of 285º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25162A is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 22 | 42 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.84 |
| HSL | 285º | 0.31% | 0.13% | - |
| HSV(B) | 285º | 0.48% | 0.16% | - |
| XYZ | 1.47 | 1.13 | 2.33 | - |
| YUV | 28.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 22 | 42 | 0.12 | 0.48 | 0 | 0.84 | 285 | 0.31 | 0.13 |
| Hex | 25 | 16 | 2A | C | 30 | 0 | 54 | 11D | 1F | D |
| Octal | 45 | 26 | 52 | 14 | 60 | 0 | 124 | 435 | 37 | 15 |
| Binary | 100101 | 10110 | 101010 | 1100 | 110000 | 0 | 1010100 | 100011101 | 11111 | 1101 |
Color Harmonies of #25162A
Complementary color
Monochromatic Colors of #25162A
Black with #25162A
Text Example
Text Example
White with #25162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25162A; }
p { color: rgb(37,22,42); }
H1.HeaderClassName
{
color: #25162A;
}
.AnyTagClassName
{
color: #25162A;
}
</style>
background-color css
<style>
a { background-color: #25162A; }
a { background-color: rgb(37,22,42); }
div.DivClassName
{
background-color: #25162A;
}
.BgClassName
{
background-color: #25162A;
}
</style>
border-color css
<style>
span { border-color: #25162A; }
span { border-color: rgb(37,22,42); }
td.TdClassName
{
border-color: #25162A;
}
.TagClassName
{
border-color: #25162A;
}
</style>