Shades of Blackcurrant #25132F
Tints of Blackcurrant #25132F
RGB
CMYK
RGB Variations
Color information
#25132F (or 0x25132F) is known color: Blackcurrant. HEX triplet: 25, 13 and 2F. RGB value is (37,19,47). Sum of RGB (Red+Green+Blue) = 37+19+47=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #25132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25132F is #DAECD0. Grayscale: #1B1B1B. Windows color (decimal): -14347473 or 3085093. OLE color: 3085093.
HSL color Cylindrical-coordinate representation of color #25132F: hue angle of 278.57º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25132F is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 19 | 47 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.82 |
| HSL | 278.57º | 0.42% | 0.13% | - |
| HSV(B) | 278.57º | 0.6% | 0.18% | - |
| XYZ | 1.51 | 1.06 | 2.82 | - |
| YUV | 27.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 47 | 0.21 | 0.60 | 0 | 0.82 | 278.57 | 0.42 | 0.13 |
| Hex | 25 | 13 | 2F | 15 | 3C | 0 | 52 | 117 | 2A | D |
| Octal | 45 | 23 | 57 | 25 | 74 | 0 | 122 | 427 | 52 | 15 |
| Binary | 100101 | 10011 | 101111 | 10101 | 111100 | 0 | 1010010 | 100010111 | 101010 | 1101 |
Color Harmonies of #25132F
Complementary color
Monochromatic Colors of #25132F
Black with #25132F
Text Example
Text Example
White with #25132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25132F; }
p { color: rgb(37,19,47); }
H1.HeaderClassName
{
color: #25132F;
}
.AnyTagClassName
{
color: #25132F;
}
</style>
background-color css
<style>
a { background-color: #25132F; }
a { background-color: rgb(37,19,47); }
div.DivClassName
{
background-color: #25132F;
}
.BgClassName
{
background-color: #25132F;
}
</style>
border-color css
<style>
span { border-color: #25132F; }
span { border-color: rgb(37,19,47); }
td.TdClassName
{
border-color: #25132F;
}
.TagClassName
{
border-color: #25132F;
}
</style>