Shades of Blackcurrant #25002E
Tints of Blackcurrant #25002E
RGB
CMYK
RGB Variations
Color information
#25002E (or 0x25002E) is known color: Blackcurrant. HEX triplet: 25, 00 and 2E. RGB value is (37,0,46). Sum of RGB (Red+Green+Blue) = 37+0+46=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #25002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25002E is #DAFFD1. Grayscale: #101010. Windows color (decimal): -14352338 or 3014693. OLE color: 3014693.
HSL color Cylindrical-coordinate representation of color #25002E: hue angle of 288.26º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25002E is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 0 | 46 | - |
| CMYK | 0.20 | 1 | 0 | 0.82 |
| HSL | 288.26º | 1% | 0.09% | - |
| HSV(B) | 288.26º | 1% | 0.18% | - |
| XYZ | 1.26 | 0.59 | 2.63 | - |
| YUV | 16.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 46 | 0.20 | 1 | 0 | 0.82 | 288.26 | 1 | 0.09 |
| Hex | 25 | 0 | 2E | 14 | 64 | 0 | 52 | 120 | 64 | 9 |
| Octal | 45 | 0 | 56 | 24 | 144 | 0 | 122 | 440 | 144 | 11 |
| Binary | 100101 | 0 | 101110 | 10100 | 1100100 | 0 | 1010010 | 100100000 | 1100100 | 1001 |
Color Harmonies of #25002E
Complementary color
Monochromatic Colors of #25002E
Black with #25002E
Text Example
Text Example
White with #25002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25002E; }
p { color: rgb(37,0,46); }
H1.HeaderClassName
{
color: #25002E;
}
.AnyTagClassName
{
color: #25002E;
}
</style>
background-color css
<style>
a { background-color: #25002E; }
a { background-color: rgb(37,0,46); }
div.DivClassName
{
background-color: #25002E;
}
.BgClassName
{
background-color: #25002E;
}
</style>
border-color css
<style>
span { border-color: #25002E; }
span { border-color: rgb(37,0,46); }
td.TdClassName
{
border-color: #25002E;
}
.TagClassName
{
border-color: #25002E;
}
</style>