Shades of Blackcurrant #240131
Tints of Blackcurrant #240131
RGB
CMYK
RGB Variations
Color information
#240131 (or 0x240131) is known color: Blackcurrant. HEX triplet: 24, 01 and 31. RGB value is (36,1,49). Sum of RGB (Red+Green+Blue) = 36+1+49=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #240131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240131 is #DBFECE. Grayscale: #101010. Windows color (decimal): -14417615 or 3211556. OLE color: 3211556.
HSL color Cylindrical-coordinate representation of color #240131: hue angle of 283.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240131 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 1 | 49 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.81 |
| HSL | 283.75º | 0.96% | 0.1% | - |
| HSV(B) | 283.75º | 0.98% | 0.19% | - |
| XYZ | 1.29 | 0.62 | 2.96 | - |
| YUV | 16.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 49 | 0.27 | 0.98 | 0 | 0.81 | 283.75 | 0.96 | 0.1 |
| Hex | 24 | 1 | 31 | 1B | 62 | 0 | 51 | 11C | 60 | A |
| Octal | 44 | 1 | 61 | 33 | 142 | 0 | 121 | 434 | 140 | 12 |
| Binary | 100100 | 1 | 110001 | 11011 | 1100010 | 0 | 1010001 | 100011100 | 1100000 | 1010 |
Color Harmonies of #240131
Complementary color
Monochromatic Colors of #240131
Black with #240131
Text Example
Text Example
White with #240131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240131; }
p { color: rgb(36,1,49); }
H1.HeaderClassName
{
color: #240131;
}
.AnyTagClassName
{
color: #240131;
}
</style>
background-color css
<style>
a { background-color: #240131; }
a { background-color: rgb(36,1,49); }
div.DivClassName
{
background-color: #240131;
}
.BgClassName
{
background-color: #240131;
}
</style>
border-color css
<style>
span { border-color: #240131; }
span { border-color: rgb(36,1,49); }
td.TdClassName
{
border-color: #240131;
}
.TagClassName
{
border-color: #240131;
}
</style>