Shades of Blackcurrant #251535
Tints of Blackcurrant #251535
RGB
CMYK
RGB Variations
Color information
#251535 (or 0x251535) is known color: Blackcurrant. HEX triplet: 25, 15 and 35. RGB value is (37,21,53). Sum of RGB (Red+Green+Blue) = 37+21+53=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #251535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251535 is #DAEACA. Grayscale: #1D1D1D. Windows color (decimal): -14346955 or 3478821. OLE color: 3478821.
HSL color Cylindrical-coordinate representation of color #251535: hue angle of 270º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #251535 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 21 | 53 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.79 |
| HSL | 270º | 0.43% | 0.15% | - |
| HSV(B) | 270º | 0.6% | 0.21% | - |
| XYZ | 1.67 | 1.19 | 3.51 | - |
| YUV | 29.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 53 | 0.30 | 0.60 | 0 | 0.79 | 270 | 0.43 | 0.15 |
| Hex | 25 | 15 | 35 | 1E | 3C | 0 | 4F | 10E | 2B | F |
| Octal | 45 | 25 | 65 | 36 | 74 | 0 | 117 | 416 | 53 | 17 |
| Binary | 100101 | 10101 | 110101 | 11110 | 111100 | 0 | 1001111 | 100001110 | 101011 | 1111 |
Color Harmonies of #251535
Complementary color
Monochromatic Colors of #251535
Black with #251535
Text Example
Text Example
White with #251535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251535; }
p { color: rgb(37,21,53); }
H1.HeaderClassName
{
color: #251535;
}
.AnyTagClassName
{
color: #251535;
}
</style>
background-color css
<style>
a { background-color: #251535; }
a { background-color: rgb(37,21,53); }
div.DivClassName
{
background-color: #251535;
}
.BgClassName
{
background-color: #251535;
}
</style>
border-color css
<style>
span { border-color: #251535; }
span { border-color: rgb(37,21,53); }
td.TdClassName
{
border-color: #251535;
}
.TagClassName
{
border-color: #251535;
}
</style>