Shades of Blackcurrant #25142F
Tints of Blackcurrant #25142F
RGB
CMYK
RGB Variations
Color information
#25142F (or 0x25142F) is known color: Blackcurrant. HEX triplet: 25, 14 and 2F. RGB value is (37,20,47). Sum of RGB (Red+Green+Blue) = 37+20+47=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #25142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25142F is #DAEBD0. Grayscale: #1C1C1C. Windows color (decimal): -14347217 or 3085349. OLE color: 3085349.
HSL color Cylindrical-coordinate representation of color #25142F: hue angle of 277.78º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25142F is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 20 | 47 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.82 |
| HSL | 277.78º | 0.4% | 0.13% | - |
| HSV(B) | 277.78º | 0.57% | 0.18% | - |
| XYZ | 1.53 | 1.1 | 2.82 | - |
| YUV | 28.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 47 | 0.21 | 0.57 | 0 | 0.82 | 277.78 | 0.4 | 0.13 |
| Hex | 25 | 14 | 2F | 15 | 39 | 0 | 52 | 116 | 28 | D |
| Octal | 45 | 24 | 57 | 25 | 71 | 0 | 122 | 426 | 50 | 15 |
| Binary | 100101 | 10100 | 101111 | 10101 | 111001 | 0 | 1010010 | 100010110 | 101000 | 1101 |
Color Harmonies of #25142F
Complementary color
Monochromatic Colors of #25142F
Black with #25142F
Text Example
Text Example
White with #25142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25142F; }
p { color: rgb(37,20,47); }
H1.HeaderClassName
{
color: #25142F;
}
.AnyTagClassName
{
color: #25142F;
}
</style>
background-color css
<style>
a { background-color: #25142F; }
a { background-color: rgb(37,20,47); }
div.DivClassName
{
background-color: #25142F;
}
.BgClassName
{
background-color: #25142F;
}
</style>
border-color css
<style>
span { border-color: #25142F; }
span { border-color: rgb(37,20,47); }
td.TdClassName
{
border-color: #25142F;
}
.TagClassName
{
border-color: #25142F;
}
</style>