Shades of Blackcurrant #25054A
Tints of Blackcurrant #25054A
RGB
CMYK
RGB Variations
Color information
#25054A (or 0x25054A) is known color: Blackcurrant. HEX triplet: 25, 05 and 4A. RGB value is (37,5,74). Sum of RGB (Red+Green+Blue) = 37+5+74=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #25054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25054A is #DAFAB5. Grayscale: #161616. Windows color (decimal): -14351030 or 4850981. OLE color: 4850981.
HSL color Cylindrical-coordinate representation of color #25054A: hue angle of 267.83º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25054A is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 5 | 74 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.71 |
| HSL | 267.83º | 0.87% | 0.15% | - |
| HSV(B) | 267.83º | 0.93% | 0.29% | - |
| XYZ | 2.05 | 1 | 6.56 | - |
| YUV | 22.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 74 | 0.50 | 0.93 | 0 | 0.71 | 267.83 | 0.87 | 0.15 |
| Hex | 25 | 5 | 4A | 32 | 5D | 0 | 47 | 10C | 57 | F |
| Octal | 45 | 5 | 112 | 62 | 135 | 0 | 107 | 414 | 127 | 17 |
| Binary | 100101 | 101 | 1001010 | 110010 | 1011101 | 0 | 1000111 | 100001100 | 1010111 | 1111 |
Color Harmonies of #25054A
Complementary color
Monochromatic Colors of #25054A
Black with #25054A
Text Example
Text Example
White with #25054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25054A; }
p { color: rgb(37,5,74); }
H1.HeaderClassName
{
color: #25054A;
}
.AnyTagClassName
{
color: #25054A;
}
</style>
background-color css
<style>
a { background-color: #25054A; }
a { background-color: rgb(37,5,74); }
div.DivClassName
{
background-color: #25054A;
}
.BgClassName
{
background-color: #25054A;
}
</style>
border-color css
<style>
span { border-color: #25054A; }
span { border-color: rgb(37,5,74); }
td.TdClassName
{
border-color: #25054A;
}
.TagClassName
{
border-color: #25054A;
}
</style>