Shades of Blackcurrant #241128
Tints of Blackcurrant #241128
RGB
CMYK
RGB Variations
Color information
#241128 (or 0x241128) is known color: Blackcurrant. HEX triplet: 24, 11 and 28. RGB value is (36,17,40). Sum of RGB (Red+Green+Blue) = 36+17+40=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #241128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241128 is #DBEED7. Grayscale: #191919. Windows color (decimal): -14413528 or 2625828. OLE color: 2625828.
HSL color Cylindrical-coordinate representation of color #241128: hue angle of 289.57º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #241128 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 17 | 40 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.84 |
| HSL | 289.57º | 0.4% | 0.11% | - |
| HSV(B) | 289.57º | 0.58% | 0.16% | - |
| XYZ | 1.31 | 0.93 | 2.12 | - |
| YUV | 25.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 40 | 0.10 | 0.57 | 0 | 0.84 | 289.57 | 0.4 | 0.11 |
| Hex | 24 | 11 | 28 | A | 39 | 0 | 54 | 122 | 28 | B |
| Octal | 44 | 21 | 50 | 12 | 71 | 0 | 124 | 442 | 50 | 13 |
| Binary | 100100 | 10001 | 101000 | 1010 | 111001 | 0 | 1010100 | 100100010 | 101000 | 1011 |
Color Harmonies of #241128
Complementary color
Monochromatic Colors of #241128
Black with #241128
Text Example
Text Example
White with #241128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241128; }
p { color: rgb(36,17,40); }
H1.HeaderClassName
{
color: #241128;
}
.AnyTagClassName
{
color: #241128;
}
</style>
background-color css
<style>
a { background-color: #241128; }
a { background-color: rgb(36,17,40); }
div.DivClassName
{
background-color: #241128;
}
.BgClassName
{
background-color: #241128;
}
</style>
border-color css
<style>
span { border-color: #241128; }
span { border-color: rgb(36,17,40); }
td.TdClassName
{
border-color: #241128;
}
.TagClassName
{
border-color: #241128;
}
</style>