Shades of Blackcurrant #25152D
Tints of Blackcurrant #25152D
RGB
CMYK
RGB Variations
Color information
#25152D (or 0x25152D) is known color: Blackcurrant. HEX triplet: 25, 15 and 2D. RGB value is (37,21,45). Sum of RGB (Red+Green+Blue) = 37+21+45=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #25152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25152D is #DAEAD2. Grayscale: #1C1C1C. Windows color (decimal): -14346963 or 2954533. OLE color: 2954533.
HSL color Cylindrical-coordinate representation of color #25152D: hue angle of 280º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25152D is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 21 | 45 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.82 |
| HSL | 280º | 0.36% | 0.13% | - |
| HSV(B) | 280º | 0.53% | 0.18% | - |
| XYZ | 1.5 | 1.12 | 2.62 | - |
| YUV | 28.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 45 | 0.18 | 0.53 | 0 | 0.82 | 280 | 0.36 | 0.13 |
| Hex | 25 | 15 | 2D | 12 | 35 | 0 | 52 | 118 | 24 | D |
| Octal | 45 | 25 | 55 | 22 | 65 | 0 | 122 | 430 | 44 | 15 |
| Binary | 100101 | 10101 | 101101 | 10010 | 110101 | 0 | 1010010 | 100011000 | 100100 | 1101 |
Color Harmonies of #25152D
Complementary color
Monochromatic Colors of #25152D
Black with #25152D
Text Example
Text Example
White with #25152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25152D; }
p { color: rgb(37,21,45); }
H1.HeaderClassName
{
color: #25152D;
}
.AnyTagClassName
{
color: #25152D;
}
</style>
background-color css
<style>
a { background-color: #25152D; }
a { background-color: rgb(37,21,45); }
div.DivClassName
{
background-color: #25152D;
}
.BgClassName
{
background-color: #25152D;
}
</style>
border-color css
<style>
span { border-color: #25152D; }
span { border-color: rgb(37,21,45); }
td.TdClassName
{
border-color: #25152D;
}
.TagClassName
{
border-color: #25152D;
}
</style>