Shades of Blackcurrant #241531
Tints of Blackcurrant #241531
RGB
CMYK
RGB Variations
Color information
#241531 (or 0x241531) is known color: Blackcurrant. HEX triplet: 24, 15 and 31. RGB value is (36,21,49). Sum of RGB (Red+Green+Blue) = 36+21+49=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #241531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241531 is #DBEACE. Grayscale: #1C1C1C. Windows color (decimal): -14412495 or 3216676. OLE color: 3216676.
HSL color Cylindrical-coordinate representation of color #241531: hue angle of 272.14º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #241531 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 21 | 49 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.81 |
| HSL | 272.14º | 0.4% | 0.14% | - |
| HSV(B) | 272.14º | 0.57% | 0.19% | - |
| XYZ | 1.55 | 1.13 | 3.04 | - |
| YUV | 28.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 49 | 0.27 | 0.57 | 0 | 0.81 | 272.14 | 0.4 | 0.14 |
| Hex | 24 | 15 | 31 | 1B | 39 | 0 | 51 | 110 | 28 | E |
| Octal | 44 | 25 | 61 | 33 | 71 | 0 | 121 | 420 | 50 | 16 |
| Binary | 100100 | 10101 | 110001 | 11011 | 111001 | 0 | 1010001 | 100010000 | 101000 | 1110 |
Color Harmonies of #241531
Complementary color
Monochromatic Colors of #241531
Black with #241531
Text Example
Text Example
White with #241531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241531; }
p { color: rgb(36,21,49); }
H1.HeaderClassName
{
color: #241531;
}
.AnyTagClassName
{
color: #241531;
}
</style>
background-color css
<style>
a { background-color: #241531; }
a { background-color: rgb(36,21,49); }
div.DivClassName
{
background-color: #241531;
}
.BgClassName
{
background-color: #241531;
}
</style>
border-color css
<style>
span { border-color: #241531; }
span { border-color: rgb(36,21,49); }
td.TdClassName
{
border-color: #241531;
}
.TagClassName
{
border-color: #241531;
}
</style>