Shades of Blackcurrant #25132A
Tints of Blackcurrant #25132A
RGB
CMYK
RGB Variations
Color information
#25132A (or 0x25132A) is known color: Blackcurrant. HEX triplet: 25, 13 and 2A. RGB value is (37,19,42). Sum of RGB (Red+Green+Blue) = 37+19+42=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #25132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25132A is #DAECD5. Grayscale: #1A1A1A. Windows color (decimal): -14347478 or 2757413. OLE color: 2757413.
HSL color Cylindrical-coordinate representation of color #25132A: hue angle of 286.96º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25132A is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 19 | 42 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.84 |
| HSL | 286.96º | 0.38% | 0.12% | - |
| HSV(B) | 286.96º | 0.55% | 0.16% | - |
| XYZ | 1.41 | 1.03 | 2.31 | - |
| YUV | 27 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 42 | 0.12 | 0.55 | 0 | 0.84 | 286.96 | 0.38 | 0.12 |
| Hex | 25 | 13 | 2A | C | 37 | 0 | 54 | 11F | 26 | C |
| Octal | 45 | 23 | 52 | 14 | 67 | 0 | 124 | 437 | 46 | 14 |
| Binary | 100101 | 10011 | 101010 | 1100 | 110111 | 0 | 1010100 | 100011111 | 100110 | 1100 |
Color Harmonies of #25132A
Complementary color
Monochromatic Colors of #25132A
Black with #25132A
Text Example
Text Example
White with #25132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25132A; }
p { color: rgb(37,19,42); }
H1.HeaderClassName
{
color: #25132A;
}
.AnyTagClassName
{
color: #25132A;
}
</style>
background-color css
<style>
a { background-color: #25132A; }
a { background-color: rgb(37,19,42); }
div.DivClassName
{
background-color: #25132A;
}
.BgClassName
{
background-color: #25132A;
}
</style>
border-color css
<style>
span { border-color: #25132A; }
span { border-color: rgb(37,19,42); }
td.TdClassName
{
border-color: #25132A;
}
.TagClassName
{
border-color: #25132A;
}
</style>