Shades of Blackcurrant #25152C
Tints of Blackcurrant #25152C
RGB
CMYK
RGB Variations
Color information
#25152C (or 0x25152C) is known color: Blackcurrant. HEX triplet: 25, 15 and 2C. RGB value is (37,21,44). Sum of RGB (Red+Green+Blue) = 37+21+44=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #25152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25152C is #DAEAD3. Grayscale: #1C1C1C. Windows color (decimal): -14346964 or 2888997. OLE color: 2888997.
HSL color Cylindrical-coordinate representation of color #25152C: hue angle of 281.74º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25152C is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 21 | 44 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.83 |
| HSL | 281.74º | 0.35% | 0.13% | - |
| HSV(B) | 281.74º | 0.52% | 0.17% | - |
| XYZ | 1.49 | 1.11 | 2.52 | - |
| YUV | 28.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 44 | 0.16 | 0.52 | 0 | 0.83 | 281.74 | 0.35 | 0.13 |
| Hex | 25 | 15 | 2C | 10 | 34 | 0 | 53 | 11A | 23 | D |
| Octal | 45 | 25 | 54 | 20 | 64 | 0 | 123 | 432 | 43 | 15 |
| Binary | 100101 | 10101 | 101100 | 10000 | 110100 | 0 | 1010011 | 100011010 | 100011 | 1101 |
Color Harmonies of #25152C
Complementary color
Monochromatic Colors of #25152C
Black with #25152C
Text Example
Text Example
White with #25152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25152C; }
p { color: rgb(37,21,44); }
H1.HeaderClassName
{
color: #25152C;
}
.AnyTagClassName
{
color: #25152C;
}
</style>
background-color css
<style>
a { background-color: #25152C; }
a { background-color: rgb(37,21,44); }
div.DivClassName
{
background-color: #25152C;
}
.BgClassName
{
background-color: #25152C;
}
</style>
border-color css
<style>
span { border-color: #25152C; }
span { border-color: rgb(37,21,44); }
td.TdClassName
{
border-color: #25152C;
}
.TagClassName
{
border-color: #25152C;
}
</style>