Shades of Blackcurrant #25142B
Tints of Blackcurrant #25142B
RGB
CMYK
RGB Variations
Color information
#25142B (or 0x25142B) is known color: Blackcurrant. HEX triplet: 25, 14 and 2B. RGB value is (37,20,43). Sum of RGB (Red+Green+Blue) = 37+20+43=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #25142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25142B is #DAEBD4. Grayscale: #1B1B1B. Windows color (decimal): -14347221 or 2823205. OLE color: 2823205.
HSL color Cylindrical-coordinate representation of color #25142B: hue angle of 284.35º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25142B is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 20 | 43 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.83 |
| HSL | 284.35º | 0.37% | 0.12% | - |
| HSV(B) | 284.35º | 0.53% | 0.17% | - |
| XYZ | 1.45 | 1.07 | 2.42 | - |
| YUV | 27.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 43 | 0.14 | 0.53 | 0 | 0.83 | 284.35 | 0.37 | 0.12 |
| Hex | 25 | 14 | 2B | E | 35 | 0 | 53 | 11C | 25 | C |
| Octal | 45 | 24 | 53 | 16 | 65 | 0 | 123 | 434 | 45 | 14 |
| Binary | 100101 | 10100 | 101011 | 1110 | 110101 | 0 | 1010011 | 100011100 | 100101 | 1100 |
Color Harmonies of #25142B
Complementary color
Monochromatic Colors of #25142B
Black with #25142B
Text Example
Text Example
White with #25142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25142B; }
p { color: rgb(37,20,43); }
H1.HeaderClassName
{
color: #25142B;
}
.AnyTagClassName
{
color: #25142B;
}
</style>
background-color css
<style>
a { background-color: #25142B; }
a { background-color: rgb(37,20,43); }
div.DivClassName
{
background-color: #25142B;
}
.BgClassName
{
background-color: #25142B;
}
</style>
border-color css
<style>
span { border-color: #25142B; }
span { border-color: rgb(37,20,43); }
td.TdClassName
{
border-color: #25142B;
}
.TagClassName
{
border-color: #25142B;
}
</style>