Shades of Blackcurrant #25054C
Tints of Blackcurrant #25054C
RGB
CMYK
RGB Variations
Color information
#25054C (or 0x25054C) is known color: Blackcurrant. HEX triplet: 25, 05 and 4C. RGB value is (37,5,76). Sum of RGB (Red+Green+Blue) = 37+5+76=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #25054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25054C is #DAFAB3. Grayscale: #161616. Windows color (decimal): -14351028 or 4982053. OLE color: 4982053.
HSL color Cylindrical-coordinate representation of color #25054C: hue angle of 267.04º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25054C is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 5 | 76 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.70 |
| HSL | 267.04º | 0.88% | 0.16% | - |
| HSV(B) | 267.04º | 0.93% | 0.3% | - |
| XYZ | 2.12 | 1.02 | 6.92 | - |
| YUV | 22.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 76 | 0.51 | 0.93 | 0 | 0.70 | 267.04 | 0.88 | 0.16 |
| Hex | 25 | 5 | 4C | 33 | 5D | 0 | 46 | 10B | 58 | 10 |
| Octal | 45 | 5 | 114 | 63 | 135 | 0 | 106 | 413 | 130 | 20 |
| Binary | 100101 | 101 | 1001100 | 110011 | 1011101 | 0 | 1000110 | 100001011 | 1011000 | 10000 |
Color Harmonies of #25054C
Complementary color
Monochromatic Colors of #25054C
Black with #25054C
Text Example
Text Example
White with #25054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25054C; }
p { color: rgb(37,5,76); }
H1.HeaderClassName
{
color: #25054C;
}
.AnyTagClassName
{
color: #25054C;
}
</style>
background-color css
<style>
a { background-color: #25054C; }
a { background-color: rgb(37,5,76); }
div.DivClassName
{
background-color: #25054C;
}
.BgClassName
{
background-color: #25054C;
}
</style>
border-color css
<style>
span { border-color: #25054C; }
span { border-color: rgb(37,5,76); }
td.TdClassName
{
border-color: #25054C;
}
.TagClassName
{
border-color: #25054C;
}
</style>