Shades of Blackcurrant #25012E
Tints of Blackcurrant #25012E
RGB
CMYK
RGB Variations
Color information
#25012E (or 0x25012E) is known color: Blackcurrant. HEX triplet: 25, 01 and 2E. RGB value is (37,1,46). Sum of RGB (Red+Green+Blue) = 37+1+46=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #25012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25012E is #DAFED1. Grayscale: #101010. Windows color (decimal): -14352082 or 3014949. OLE color: 3014949.
HSL color Cylindrical-coordinate representation of color #25012E: hue angle of 288º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25012E is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 1 | 46 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.82 |
| HSL | 288º | 0.96% | 0.09% | - |
| HSV(B) | 288º | 0.98% | 0.18% | - |
| XYZ | 1.27 | 0.61 | 2.64 | - |
| YUV | 16.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 46 | 0.20 | 0.98 | 0 | 0.82 | 288 | 0.96 | 0.09 |
| Hex | 25 | 1 | 2E | 14 | 62 | 0 | 52 | 120 | 60 | 9 |
| Octal | 45 | 1 | 56 | 24 | 142 | 0 | 122 | 440 | 140 | 11 |
| Binary | 100101 | 1 | 101110 | 10100 | 1100010 | 0 | 1010010 | 100100000 | 1100000 | 1001 |
Color Harmonies of #25012E
Complementary color
Monochromatic Colors of #25012E
Black with #25012E
Text Example
Text Example
White with #25012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25012E; }
p { color: rgb(37,1,46); }
H1.HeaderClassName
{
color: #25012E;
}
.AnyTagClassName
{
color: #25012E;
}
</style>
background-color css
<style>
a { background-color: #25012E; }
a { background-color: rgb(37,1,46); }
div.DivClassName
{
background-color: #25012E;
}
.BgClassName
{
background-color: #25012E;
}
</style>
border-color css
<style>
span { border-color: #25012E; }
span { border-color: rgb(37,1,46); }
td.TdClassName
{
border-color: #25012E;
}
.TagClassName
{
border-color: #25012E;
}
</style>