Shades of Blackcurrant #25044A
Tints of Blackcurrant #25044A
RGB
CMYK
RGB Variations
Color information
#25044A (or 0x25044A) is known color: Blackcurrant. HEX triplet: 25, 04 and 4A. RGB value is (37,4,74). Sum of RGB (Red+Green+Blue) = 37+4+74=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #25044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25044A is #DAFBB5. Grayscale: #151515. Windows color (decimal): -14351286 or 4850725. OLE color: 4850725.
HSL color Cylindrical-coordinate representation of color #25044A: hue angle of 268.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25044A is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 4 | 74 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.71 |
| HSL | 268.29º | 0.9% | 0.15% | - |
| HSV(B) | 268.29º | 0.95% | 0.29% | - |
| XYZ | 2.04 | 0.97 | 6.56 | - |
| YUV | 21.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 74 | 0.50 | 0.95 | 0 | 0.71 | 268.29 | 0.9 | 0.15 |
| Hex | 25 | 4 | 4A | 32 | 5F | 0 | 47 | 10C | 5A | F |
| Octal | 45 | 4 | 112 | 62 | 137 | 0 | 107 | 414 | 132 | 17 |
| Binary | 100101 | 100 | 1001010 | 110010 | 1011111 | 0 | 1000111 | 100001100 | 1011010 | 1111 |
Color Harmonies of #25044A
Complementary color
Monochromatic Colors of #25044A
Black with #25044A
Text Example
Text Example
White with #25044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25044A; }
p { color: rgb(37,4,74); }
H1.HeaderClassName
{
color: #25044A;
}
.AnyTagClassName
{
color: #25044A;
}
</style>
background-color css
<style>
a { background-color: #25044A; }
a { background-color: rgb(37,4,74); }
div.DivClassName
{
background-color: #25044A;
}
.BgClassName
{
background-color: #25044A;
}
</style>
border-color css
<style>
span { border-color: #25044A; }
span { border-color: rgb(37,4,74); }
td.TdClassName
{
border-color: #25044A;
}
.TagClassName
{
border-color: #25044A;
}
</style>