Shades of Blackcurrant #25122E
Tints of Blackcurrant #25122E
RGB
CMYK
RGB Variations
Color information
#25122E (or 0x25122E) is known color: Blackcurrant. HEX triplet: 25, 12 and 2E. RGB value is (37,18,46). Sum of RGB (Red+Green+Blue) = 37+18+46=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #25122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25122E is #DAEDD1. Grayscale: #1A1A1A. Windows color (decimal): -14347730 or 3019301. OLE color: 3019301.
HSL color Cylindrical-coordinate representation of color #25122E: hue angle of 280.71º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25122E is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 18 | 46 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.82 |
| HSL | 280.71º | 0.44% | 0.13% | - |
| HSV(B) | 280.71º | 0.61% | 0.18% | - |
| XYZ | 1.47 | 1.02 | 2.7 | - |
| YUV | 26.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 46 | 0.20 | 0.61 | 0 | 0.82 | 280.71 | 0.44 | 0.13 |
| Hex | 25 | 12 | 2E | 14 | 3D | 0 | 52 | 119 | 2C | D |
| Octal | 45 | 22 | 56 | 24 | 75 | 0 | 122 | 431 | 54 | 15 |
| Binary | 100101 | 10010 | 101110 | 10100 | 111101 | 0 | 1010010 | 100011001 | 101100 | 1101 |
Color Harmonies of #25122E
Complementary color
Monochromatic Colors of #25122E
Black with #25122E
Text Example
Text Example
White with #25122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25122E; }
p { color: rgb(37,18,46); }
H1.HeaderClassName
{
color: #25122E;
}
.AnyTagClassName
{
color: #25122E;
}
</style>
background-color css
<style>
a { background-color: #25122E; }
a { background-color: rgb(37,18,46); }
div.DivClassName
{
background-color: #25122E;
}
.BgClassName
{
background-color: #25122E;
}
</style>
border-color css
<style>
span { border-color: #25122E; }
span { border-color: rgb(37,18,46); }
td.TdClassName
{
border-color: #25122E;
}
.TagClassName
{
border-color: #25122E;
}
</style>