Shades of Blackcurrant #241229
Tints of Blackcurrant #241229
RGB
CMYK
RGB Variations
Color information
#241229 (or 0x241229) is known color: Blackcurrant. HEX triplet: 24, 12 and 29. RGB value is (36,18,41). Sum of RGB (Red+Green+Blue) = 36+18+41=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #241229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241229 is #DBEDD6. Grayscale: #191919. Windows color (decimal): -14413271 or 2691620. OLE color: 2691620.
HSL color Cylindrical-coordinate representation of color #241229: hue angle of 286.96º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241229 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 18 | 41 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.84 |
| HSL | 286.96º | 0.39% | 0.12% | - |
| HSV(B) | 286.96º | 0.56% | 0.16% | - |
| XYZ | 1.34 | 0.97 | 2.21 | - |
| YUV | 26 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 41 | 0.12 | 0.56 | 0 | 0.84 | 286.96 | 0.39 | 0.12 |
| Hex | 24 | 12 | 29 | C | 38 | 0 | 54 | 11F | 27 | C |
| Octal | 44 | 22 | 51 | 14 | 70 | 0 | 124 | 437 | 47 | 14 |
| Binary | 100100 | 10010 | 101001 | 1100 | 111000 | 0 | 1010100 | 100011111 | 100111 | 1100 |
Color Harmonies of #241229
Complementary color
Monochromatic Colors of #241229
Black with #241229
Text Example
Text Example
White with #241229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241229; }
p { color: rgb(36,18,41); }
H1.HeaderClassName
{
color: #241229;
}
.AnyTagClassName
{
color: #241229;
}
</style>
background-color css
<style>
a { background-color: #241229; }
a { background-color: rgb(36,18,41); }
div.DivClassName
{
background-color: #241229;
}
.BgClassName
{
background-color: #241229;
}
</style>
border-color css
<style>
span { border-color: #241229; }
span { border-color: rgb(36,18,41); }
td.TdClassName
{
border-color: #241229;
}
.TagClassName
{
border-color: #241229;
}
</style>