Shades of Blackcurrant #241041
Tints of Blackcurrant #241041
RGB
CMYK
RGB Variations
Color information
#241041 (or 0x241041) is known color: Blackcurrant. HEX triplet: 24, 10 and 41. RGB value is (36,16,65). Sum of RGB (Red+Green+Blue) = 36+16+65=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #241041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241041 is #DBEFBE. Grayscale: #1B1B1B. Windows color (decimal): -14413759 or 4263972. OLE color: 4263972.
HSL color Cylindrical-coordinate representation of color #241041: hue angle of 264.49º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241041 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 16 | 65 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.75 |
| HSL | 264.49º | 0.6% | 0.16% | - |
| HSV(B) | 264.49º | 0.75% | 0.25% | - |
| XYZ | 1.87 | 1.13 | 5.12 | - |
| YUV | 27.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 65 | 0.45 | 0.75 | 0 | 0.75 | 264.49 | 0.6 | 0.16 |
| Hex | 24 | 10 | 41 | 2D | 4B | 0 | 4B | 108 | 3C | 10 |
| Octal | 44 | 20 | 101 | 55 | 113 | 0 | 113 | 410 | 74 | 20 |
| Binary | 100100 | 10000 | 1000001 | 101101 | 1001011 | 0 | 1001011 | 100001000 | 111100 | 10000 |
Color Harmonies of #241041
Complementary color
Monochromatic Colors of #241041
Black with #241041
Text Example
Text Example
White with #241041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241041; }
p { color: rgb(36,16,65); }
H1.HeaderClassName
{
color: #241041;
}
.AnyTagClassName
{
color: #241041;
}
</style>
background-color css
<style>
a { background-color: #241041; }
a { background-color: rgb(36,16,65); }
div.DivClassName
{
background-color: #241041;
}
.BgClassName
{
background-color: #241041;
}
</style>
border-color css
<style>
span { border-color: #241041; }
span { border-color: rgb(36,16,65); }
td.TdClassName
{
border-color: #241041;
}
.TagClassName
{
border-color: #241041;
}
</style>