Shades of Blackcurrant #251529
Tints of Blackcurrant #251529
RGB
CMYK
RGB Variations
Color information
#251529 (or 0x251529) is known color: Blackcurrant. HEX triplet: 25, 15 and 29. RGB value is (37,21,41). Sum of RGB (Red+Green+Blue) = 37+21+41=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 41 - color contains mainly: blue. Hex color #251529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251529 is #DAEAD6. Grayscale: #1C1C1C. Windows color (decimal): -14346967 or 2692389. OLE color: 2692389.
HSL color Cylindrical-coordinate representation of color #251529: hue angle of 288º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #251529 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 21 | 41 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.84 |
| HSL | 288º | 0.32% | 0.12% | - |
| HSV(B) | 288º | 0.49% | 0.16% | - |
| XYZ | 1.43 | 1.09 | 2.23 | - |
| YUV | 28.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 41 | 0.10 | 0.49 | 0 | 0.84 | 288 | 0.32 | 0.12 |
| Hex | 25 | 15 | 29 | A | 31 | 0 | 54 | 120 | 20 | C |
| Octal | 45 | 25 | 51 | 12 | 61 | 0 | 124 | 440 | 40 | 14 |
| Binary | 100101 | 10101 | 101001 | 1010 | 110001 | 0 | 1010100 | 100100000 | 100000 | 1100 |
Color Harmonies of #251529
Complementary color
Monochromatic Colors of #251529
Black with #251529
Text Example
Text Example
White with #251529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251529; }
p { color: rgb(37,21,41); }
H1.HeaderClassName
{
color: #251529;
}
.AnyTagClassName
{
color: #251529;
}
</style>
background-color css
<style>
a { background-color: #251529; }
a { background-color: rgb(37,21,41); }
div.DivClassName
{
background-color: #251529;
}
.BgClassName
{
background-color: #251529;
}
</style>
border-color css
<style>
span { border-color: #251529; }
span { border-color: rgb(37,21,41); }
td.TdClassName
{
border-color: #251529;
}
.TagClassName
{
border-color: #251529;
}
</style>