Shades of Blackcurrant #25024A
Tints of Blackcurrant #25024A
RGB
CMYK
RGB Variations
Color information
#25024A (or 0x25024A) is known color: Blackcurrant. HEX triplet: 25, 02 and 4A. RGB value is (37,2,74). Sum of RGB (Red+Green+Blue) = 37+2+74=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #25024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25024A is #DAFDB5. Grayscale: #141414. Windows color (decimal): -14351798 or 4850213. OLE color: 4850213.
HSL color Cylindrical-coordinate representation of color #25024A: hue angle of 269.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25024A is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 2 | 74 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.71 |
| HSL | 269.17º | 0.95% | 0.15% | - |
| HSV(B) | 269.17º | 0.97% | 0.29% | - |
| XYZ | 2.02 | 0.93 | 6.55 | - |
| YUV | 20.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 74 | 0.50 | 0.97 | 0 | 0.71 | 269.17 | 0.95 | 0.15 |
| Hex | 25 | 2 | 4A | 32 | 61 | 0 | 47 | 10D | 5F | F |
| Octal | 45 | 2 | 112 | 62 | 141 | 0 | 107 | 415 | 137 | 17 |
| Binary | 100101 | 10 | 1001010 | 110010 | 1100001 | 0 | 1000111 | 100001101 | 1011111 | 1111 |
Color Harmonies of #25024A
Complementary color
Monochromatic Colors of #25024A
Black with #25024A
Text Example
Text Example
White with #25024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25024A; }
p { color: rgb(37,2,74); }
H1.HeaderClassName
{
color: #25024A;
}
.AnyTagClassName
{
color: #25024A;
}
</style>
background-color css
<style>
a { background-color: #25024A; }
a { background-color: rgb(37,2,74); }
div.DivClassName
{
background-color: #25024A;
}
.BgClassName
{
background-color: #25024A;
}
</style>
border-color css
<style>
span { border-color: #25024A; }
span { border-color: rgb(37,2,74); }
td.TdClassName
{
border-color: #25024A;
}
.TagClassName
{
border-color: #25024A;
}
</style>