Shades of Blackcurrant #25014E
Tints of Blackcurrant #25014E
RGB
CMYK
RGB Variations
Color information
#25014E (or 0x25014E) is known color: Blackcurrant. HEX triplet: 25, 01 and 4E. RGB value is (37,1,78). Sum of RGB (Red+Green+Blue) = 37+1+78=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #25014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25014E is #DAFEB1. Grayscale: #141414. Windows color (decimal): -14352050 or 5112101. OLE color: 5112101.
HSL color Cylindrical-coordinate representation of color #25014E: hue angle of 268.05º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25014E is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 1 | 78 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.69 |
| HSL | 268.05º | 0.97% | 0.15% | - |
| HSV(B) | 268.05º | 0.99% | 0.31% | - |
| XYZ | 2.15 | 0.97 | 7.28 | - |
| YUV | 20.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 78 | 0.53 | 0.99 | 0 | 0.69 | 268.05 | 0.97 | 0.15 |
| Hex | 25 | 1 | 4E | 35 | 63 | 0 | 45 | 10C | 61 | F |
| Octal | 45 | 1 | 116 | 65 | 143 | 0 | 105 | 414 | 141 | 17 |
| Binary | 100101 | 1 | 1001110 | 110101 | 1100011 | 0 | 1000101 | 100001100 | 1100001 | 1111 |
Color Harmonies of #25014E
Complementary color
Monochromatic Colors of #25014E
Black with #25014E
Text Example
Text Example
White with #25014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25014E; }
p { color: rgb(37,1,78); }
H1.HeaderClassName
{
color: #25014E;
}
.AnyTagClassName
{
color: #25014E;
}
</style>
background-color css
<style>
a { background-color: #25014E; }
a { background-color: rgb(37,1,78); }
div.DivClassName
{
background-color: #25014E;
}
.BgClassName
{
background-color: #25014E;
}
</style>
border-color css
<style>
span { border-color: #25014E; }
span { border-color: rgb(37,1,78); }
td.TdClassName
{
border-color: #25014E;
}
.TagClassName
{
border-color: #25014E;
}
</style>