Shades of Blackcurrant #25142D
Tints of Blackcurrant #25142D
RGB
CMYK
RGB Variations
Color information
#25142D (or 0x25142D) is known color: Blackcurrant. HEX triplet: 25, 14 and 2D. RGB value is (37,20,45). Sum of RGB (Red+Green+Blue) = 37+20+45=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #25142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25142D is #DAEBD2. Grayscale: #1B1B1B. Windows color (decimal): -14347219 or 2954277. OLE color: 2954277.
HSL color Cylindrical-coordinate representation of color #25142D: hue angle of 280.8º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25142D is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 20 | 45 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.82 |
| HSL | 280.8º | 0.38% | 0.13% | - |
| HSV(B) | 280.8º | 0.56% | 0.18% | - |
| XYZ | 1.49 | 1.08 | 2.61 | - |
| YUV | 27.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 45 | 0.18 | 0.56 | 0 | 0.82 | 280.8 | 0.38 | 0.13 |
| Hex | 25 | 14 | 2D | 12 | 38 | 0 | 52 | 119 | 26 | D |
| Octal | 45 | 24 | 55 | 22 | 70 | 0 | 122 | 431 | 46 | 15 |
| Binary | 100101 | 10100 | 101101 | 10010 | 111000 | 0 | 1010010 | 100011001 | 100110 | 1101 |
Color Harmonies of #25142D
Complementary color
Monochromatic Colors of #25142D
Black with #25142D
Text Example
Text Example
White with #25142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25142D; }
p { color: rgb(37,20,45); }
H1.HeaderClassName
{
color: #25142D;
}
.AnyTagClassName
{
color: #25142D;
}
</style>
background-color css
<style>
a { background-color: #25142D; }
a { background-color: rgb(37,20,45); }
div.DivClassName
{
background-color: #25142D;
}
.BgClassName
{
background-color: #25142D;
}
</style>
border-color css
<style>
span { border-color: #25142D; }
span { border-color: rgb(37,20,45); }
td.TdClassName
{
border-color: #25142D;
}
.TagClassName
{
border-color: #25142D;
}
</style>