Shades of Blackcurrant #25192D
Tints of Blackcurrant #25192D
RGB
CMYK
RGB Variations
Color information
#25192D (or 0x25192D) is known color: Blackcurrant. HEX triplet: 25, 19 and 2D. RGB value is (37,25,45). Sum of RGB (Red+Green+Blue) = 37+25+45=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #25192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25192D is #DAE6D2. Grayscale: #1E1E1E. Windows color (decimal): -14345939 or 2955557. OLE color: 2955557.
HSL color Cylindrical-coordinate representation of color #25192D: hue angle of 276º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25192D is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 25 | 45 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.82 |
| HSL | 276º | 0.29% | 0.14% | - |
| HSV(B) | 276º | 0.44% | 0.18% | - |
| XYZ | 1.58 | 1.28 | 2.65 | - |
| YUV | 30.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 45 | 0.18 | 0.44 | 0 | 0.82 | 276 | 0.29 | 0.14 |
| Hex | 25 | 19 | 2D | 12 | 2C | 0 | 52 | 114 | 1D | E |
| Octal | 45 | 31 | 55 | 22 | 54 | 0 | 122 | 424 | 35 | 16 |
| Binary | 100101 | 11001 | 101101 | 10010 | 101100 | 0 | 1010010 | 100010100 | 11101 | 1110 |
Color Harmonies of #25192D
Complementary color
Monochromatic Colors of #25192D
Black with #25192D
Text Example
Text Example
White with #25192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25192D; }
p { color: rgb(37,25,45); }
H1.HeaderClassName
{
color: #25192D;
}
.AnyTagClassName
{
color: #25192D;
}
</style>
background-color css
<style>
a { background-color: #25192D; }
a { background-color: rgb(37,25,45); }
div.DivClassName
{
background-color: #25192D;
}
.BgClassName
{
background-color: #25192D;
}
</style>
border-color css
<style>
span { border-color: #25192D; }
span { border-color: rgb(37,25,45); }
td.TdClassName
{
border-color: #25192D;
}
.TagClassName
{
border-color: #25192D;
}
</style>