Shades of Blackcurrant #25202A
Tints of Blackcurrant #25202A
RGB
CMYK
RGB Variations
Color information
#25202A (or 0x25202A) is known color: Blackcurrant. HEX triplet: 25, 20 and 2A. RGB value is (37,32,42). Sum of RGB (Red+Green+Blue) = 37+32+42=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 42 - color contains mainly: blue. Hex color #25202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25202A is #DADFD5. Grayscale: #222222. Windows color (decimal): -14344150 or 2760741. OLE color: 2760741.
HSL color Cylindrical-coordinate representation of color #25202A: hue angle of 270º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25202A is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 32 | 42 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.84 |
| HSL | 270º | 0.14% | 0.15% | - |
| HSV(B) | 270º | 0.24% | 0.16% | - |
| XYZ | 1.7 | 1.59 | 2.41 | - |
| YUV | 34.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 42 | 0.12 | 0.24 | 0 | 0.84 | 270 | 0.14 | 0.15 |
| Hex | 25 | 20 | 2A | C | 18 | 0 | 54 | 10E | E | F |
| Octal | 45 | 40 | 52 | 14 | 30 | 0 | 124 | 416 | 16 | 17 |
| Binary | 100101 | 100000 | 101010 | 1100 | 11000 | 0 | 1010100 | 100001110 | 1110 | 1111 |
Color Harmonies of #25202A
Complementary color
Monochromatic Colors of #25202A
Black with #25202A
Text Example
Text Example
White with #25202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25202A; }
p { color: rgb(37,32,42); }
H1.HeaderClassName
{
color: #25202A;
}
.AnyTagClassName
{
color: #25202A;
}
</style>
background-color css
<style>
a { background-color: #25202A; }
a { background-color: rgb(37,32,42); }
div.DivClassName
{
background-color: #25202A;
}
.BgClassName
{
background-color: #25202A;
}
</style>
border-color css
<style>
span { border-color: #25202A; }
span { border-color: rgb(37,32,42); }
td.TdClassName
{
border-color: #25202A;
}
.TagClassName
{
border-color: #25202A;
}
</style>