Shades of Blackcurrant #241929
Tints of Blackcurrant #241929
RGB
CMYK
RGB Variations
Color information
#241929 (or 0x241929) is known color: Blackcurrant. HEX triplet: 24, 19 and 29. RGB value is (36,25,41). Sum of RGB (Red+Green+Blue) = 36+25+41=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 41 - color contains mainly: blue. Hex color #241929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241929 is #DBE6D6. Grayscale: #1E1E1E. Windows color (decimal): -14411479 or 2693412. OLE color: 2693412.
HSL color Cylindrical-coordinate representation of color #241929: hue angle of 281.25º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #241929 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 25 | 41 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.84 |
| HSL | 281.25º | 0.24% | 0.13% | - |
| HSV(B) | 281.25º | 0.39% | 0.16% | - |
| XYZ | 1.48 | 1.23 | 2.26 | - |
| YUV | 30.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 41 | 0.12 | 0.39 | 0 | 0.84 | 281.25 | 0.24 | 0.13 |
| Hex | 24 | 19 | 29 | C | 27 | 0 | 54 | 119 | 18 | D |
| Octal | 44 | 31 | 51 | 14 | 47 | 0 | 124 | 431 | 30 | 15 |
| Binary | 100100 | 11001 | 101001 | 1100 | 100111 | 0 | 1010100 | 100011001 | 11000 | 1101 |
Color Harmonies of #241929
Complementary color
Monochromatic Colors of #241929
Black with #241929
Text Example
Text Example
White with #241929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241929; }
p { color: rgb(36,25,41); }
H1.HeaderClassName
{
color: #241929;
}
.AnyTagClassName
{
color: #241929;
}
</style>
background-color css
<style>
a { background-color: #241929; }
a { background-color: rgb(36,25,41); }
div.DivClassName
{
background-color: #241929;
}
.BgClassName
{
background-color: #241929;
}
</style>
border-color css
<style>
span { border-color: #241929; }
span { border-color: rgb(36,25,41); }
td.TdClassName
{
border-color: #241929;
}
.TagClassName
{
border-color: #241929;
}
</style>