Shades of Blackcurrant #25133E
Tints of Blackcurrant #25133E
RGB
CMYK
RGB Variations
Color information
#25133E (or 0x25133E) is known color: Blackcurrant. HEX triplet: 25, 13 and 3E. RGB value is (37,19,62). Sum of RGB (Red+Green+Blue) = 37+19+62=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #25133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25133E is #DAECC1. Grayscale: #1D1D1D. Windows color (decimal): -14347458 or 4068133. OLE color: 4068133.
HSL color Cylindrical-coordinate representation of color #25133E: hue angle of 265.12º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25133E is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 19 | 62 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.76 |
| HSL | 265.12º | 0.53% | 0.16% | - |
| HSV(B) | 265.12º | 0.69% | 0.24% | - |
| XYZ | 1.87 | 1.21 | 4.69 | - |
| YUV | 29.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 62 | 0.40 | 0.69 | 0 | 0.76 | 265.12 | 0.53 | 0.16 |
| Hex | 25 | 13 | 3E | 28 | 45 | 0 | 4C | 109 | 35 | 10 |
| Octal | 45 | 23 | 76 | 50 | 105 | 0 | 114 | 411 | 65 | 20 |
| Binary | 100101 | 10011 | 111110 | 101000 | 1000101 | 0 | 1001100 | 100001001 | 110101 | 10000 |
Color Harmonies of #25133E
Complementary color
Monochromatic Colors of #25133E
Black with #25133E
Text Example
Text Example
White with #25133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25133E; }
p { color: rgb(37,19,62); }
H1.HeaderClassName
{
color: #25133E;
}
.AnyTagClassName
{
color: #25133E;
}
</style>
background-color css
<style>
a { background-color: #25133E; }
a { background-color: rgb(37,19,62); }
div.DivClassName
{
background-color: #25133E;
}
.BgClassName
{
background-color: #25133E;
}
</style>
border-color css
<style>
span { border-color: #25133E; }
span { border-color: rgb(37,19,62); }
td.TdClassName
{
border-color: #25133E;
}
.TagClassName
{
border-color: #25133E;
}
</style>