Shades of Blackcurrant #241329
Tints of Blackcurrant #241329
RGB
CMYK
RGB Variations
Color information
#241329 (or 0x241329) is known color: Blackcurrant. HEX triplet: 24, 13 and 29. RGB value is (36,19,41). Sum of RGB (Red+Green+Blue) = 36+19+41=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #241329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241329 is #DBECD6. Grayscale: #1A1A1A. Windows color (decimal): -14413015 or 2691876. OLE color: 2691876.
HSL color Cylindrical-coordinate representation of color #241329: hue angle of 286.36º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #241329 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 19 | 41 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.84 |
| HSL | 286.36º | 0.37% | 0.12% | - |
| HSV(B) | 286.36º | 0.54% | 0.16% | - |
| XYZ | 1.36 | 1 | 2.22 | - |
| YUV | 26.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 41 | 0.12 | 0.54 | 0 | 0.84 | 286.36 | 0.37 | 0.12 |
| Hex | 24 | 13 | 29 | C | 36 | 0 | 54 | 11E | 25 | C |
| Octal | 44 | 23 | 51 | 14 | 66 | 0 | 124 | 436 | 45 | 14 |
| Binary | 100100 | 10011 | 101001 | 1100 | 110110 | 0 | 1010100 | 100011110 | 100101 | 1100 |
Color Harmonies of #241329
Complementary color
Monochromatic Colors of #241329
Black with #241329
Text Example
Text Example
White with #241329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241329; }
p { color: rgb(36,19,41); }
H1.HeaderClassName
{
color: #241329;
}
.AnyTagClassName
{
color: #241329;
}
</style>
background-color css
<style>
a { background-color: #241329; }
a { background-color: rgb(36,19,41); }
div.DivClassName
{
background-color: #241329;
}
.BgClassName
{
background-color: #241329;
}
</style>
border-color css
<style>
span { border-color: #241329; }
span { border-color: rgb(36,19,41); }
td.TdClassName
{
border-color: #241329;
}
.TagClassName
{
border-color: #241329;
}
</style>