Shades of Blackcurrant #241031
Tints of Blackcurrant #241031
RGB
CMYK
RGB Variations
Color information
#241031 (or 0x241031) is known color: Blackcurrant. HEX triplet: 24, 10 and 31. RGB value is (36,16,49). Sum of RGB (Red+Green+Blue) = 36+16+49=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #241031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241031 is #DBEFCE. Grayscale: #191919. Windows color (decimal): -14413775 or 3215396. OLE color: 3215396.
HSL color Cylindrical-coordinate representation of color #241031: hue angle of 276.36º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241031 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 16 | 49 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.81 |
| HSL | 276.36º | 0.51% | 0.13% | - |
| HSV(B) | 276.36º | 0.67% | 0.19% | - |
| XYZ | 1.47 | 0.97 | 3.02 | - |
| YUV | 25.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 49 | 0.27 | 0.67 | 0 | 0.81 | 276.36 | 0.51 | 0.13 |
| Hex | 24 | 10 | 31 | 1B | 43 | 0 | 51 | 114 | 33 | D |
| Octal | 44 | 20 | 61 | 33 | 103 | 0 | 121 | 424 | 63 | 15 |
| Binary | 100100 | 10000 | 110001 | 11011 | 1000011 | 0 | 1010001 | 100010100 | 110011 | 1101 |
Color Harmonies of #241031
Complementary color
Monochromatic Colors of #241031
Black with #241031
Text Example
Text Example
White with #241031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241031; }
p { color: rgb(36,16,49); }
H1.HeaderClassName
{
color: #241031;
}
.AnyTagClassName
{
color: #241031;
}
</style>
background-color css
<style>
a { background-color: #241031; }
a { background-color: rgb(36,16,49); }
div.DivClassName
{
background-color: #241031;
}
.BgClassName
{
background-color: #241031;
}
</style>
border-color css
<style>
span { border-color: #241031; }
span { border-color: rgb(36,16,49); }
td.TdClassName
{
border-color: #241031;
}
.TagClassName
{
border-color: #241031;
}
</style>