Shades of Blackcurrant #25172E
Tints of Blackcurrant #25172E
RGB
CMYK
RGB Variations
Color information
#25172E (or 0x25172E) is known color: Blackcurrant. HEX triplet: 25, 17 and 2E. RGB value is (37,23,46). Sum of RGB (Red+Green+Blue) = 37+23+46=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 46 - color contains mainly: blue. Hex color #25172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25172E is #DAE8D1. Grayscale: #1D1D1D. Windows color (decimal): -14346450 or 3020581. OLE color: 3020581.
HSL color Cylindrical-coordinate representation of color #25172E: hue angle of 276.52º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25172E is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 23 | 46 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.82 |
| HSL | 276.52º | 0.33% | 0.14% | - |
| HSV(B) | 276.52º | 0.5% | 0.18% | - |
| XYZ | 1.56 | 1.2 | 2.73 | - |
| YUV | 29.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 46 | 0.20 | 0.50 | 0 | 0.82 | 276.52 | 0.33 | 0.14 |
| Hex | 25 | 17 | 2E | 14 | 32 | 0 | 52 | 115 | 21 | E |
| Octal | 45 | 27 | 56 | 24 | 62 | 0 | 122 | 425 | 41 | 16 |
| Binary | 100101 | 10111 | 101110 | 10100 | 110010 | 0 | 1010010 | 100010101 | 100001 | 1110 |
Color Harmonies of #25172E
Complementary color
Monochromatic Colors of #25172E
Black with #25172E
Text Example
Text Example
White with #25172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25172E; }
p { color: rgb(37,23,46); }
H1.HeaderClassName
{
color: #25172E;
}
.AnyTagClassName
{
color: #25172E;
}
</style>
background-color css
<style>
a { background-color: #25172E; }
a { background-color: rgb(37,23,46); }
div.DivClassName
{
background-color: #25172E;
}
.BgClassName
{
background-color: #25172E;
}
</style>
border-color css
<style>
span { border-color: #25172E; }
span { border-color: rgb(37,23,46); }
td.TdClassName
{
border-color: #25172E;
}
.TagClassName
{
border-color: #25172E;
}
</style>