Shades of Blackcurrant #25192A
Tints of Blackcurrant #25192A
RGB
CMYK
RGB Variations
Color information
#25192A (or 0x25192A) is known color: Blackcurrant. HEX triplet: 25, 19 and 2A. RGB value is (37,25,42). Sum of RGB (Red+Green+Blue) = 37+25+42=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 42 - color contains mainly: blue. Hex color #25192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25192A is #DAE6D5. Grayscale: #1E1E1E. Windows color (decimal): -14345942 or 2758949. OLE color: 2758949.
HSL color Cylindrical-coordinate representation of color #25192A: hue angle of 282.35º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25192A is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 25 | 42 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.84 |
| HSL | 282.35º | 0.25% | 0.13% | - |
| HSV(B) | 282.35º | 0.4% | 0.16% | - |
| XYZ | 1.53 | 1.26 | 2.35 | - |
| YUV | 30.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 42 | 0.12 | 0.40 | 0 | 0.84 | 282.35 | 0.25 | 0.13 |
| Hex | 25 | 19 | 2A | C | 28 | 0 | 54 | 11A | 19 | D |
| Octal | 45 | 31 | 52 | 14 | 50 | 0 | 124 | 432 | 31 | 15 |
| Binary | 100101 | 11001 | 101010 | 1100 | 101000 | 0 | 1010100 | 100011010 | 11001 | 1101 |
Color Harmonies of #25192A
Complementary color
Monochromatic Colors of #25192A
Black with #25192A
Text Example
Text Example
White with #25192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25192A; }
p { color: rgb(37,25,42); }
H1.HeaderClassName
{
color: #25192A;
}
.AnyTagClassName
{
color: #25192A;
}
</style>
background-color css
<style>
a { background-color: #25192A; }
a { background-color: rgb(37,25,42); }
div.DivClassName
{
background-color: #25192A;
}
.BgClassName
{
background-color: #25192A;
}
</style>
border-color css
<style>
span { border-color: #25192A; }
span { border-color: rgb(37,25,42); }
td.TdClassName
{
border-color: #25192A;
}
.TagClassName
{
border-color: #25192A;
}
</style>