Shades of Blackcurrant #25152E
Tints of Blackcurrant #25152E
RGB
CMYK
RGB Variations
Color information
#25152E (or 0x25152E) is known color: Blackcurrant. HEX triplet: 25, 15 and 2E. RGB value is (37,21,46). Sum of RGB (Red+Green+Blue) = 37+21+46=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #25152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25152E is #DAEAD1. Grayscale: #1C1C1C. Windows color (decimal): -14346962 or 3020069. OLE color: 3020069.
HSL color Cylindrical-coordinate representation of color #25152E: hue angle of 278.4º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25152E is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 21 | 46 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.82 |
| HSL | 278.4º | 0.37% | 0.13% | - |
| HSV(B) | 278.4º | 0.54% | 0.18% | - |
| XYZ | 1.52 | 1.13 | 2.72 | - |
| YUV | 28.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 46 | 0.20 | 0.54 | 0 | 0.82 | 278.4 | 0.37 | 0.13 |
| Hex | 25 | 15 | 2E | 14 | 36 | 0 | 52 | 116 | 25 | D |
| Octal | 45 | 25 | 56 | 24 | 66 | 0 | 122 | 426 | 45 | 15 |
| Binary | 100101 | 10101 | 101110 | 10100 | 110110 | 0 | 1010010 | 100010110 | 100101 | 1101 |
Color Harmonies of #25152E
Complementary color
Monochromatic Colors of #25152E
Black with #25152E
Text Example
Text Example
White with #25152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25152E; }
p { color: rgb(37,21,46); }
H1.HeaderClassName
{
color: #25152E;
}
.AnyTagClassName
{
color: #25152E;
}
</style>
background-color css
<style>
a { background-color: #25152E; }
a { background-color: rgb(37,21,46); }
div.DivClassName
{
background-color: #25152E;
}
.BgClassName
{
background-color: #25152E;
}
</style>
border-color css
<style>
span { border-color: #25152E; }
span { border-color: rgb(37,21,46); }
td.TdClassName
{
border-color: #25152E;
}
.TagClassName
{
border-color: #25152E;
}
</style>