Shades of Blackcurrant #241A28
Tints of Blackcurrant #241A28
RGB
CMYK
RGB Variations
Color information
#241A28 (or 0x241A28) is known color: Blackcurrant. HEX triplet: 24, 1A and 28. RGB value is (36,26,40). Sum of RGB (Red+Green+Blue) = 36+26+40=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 40 - color contains mainly: blue. Hex color #241A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A28 is #DBE5D7. Grayscale: #1E1E1E. Windows color (decimal): -14411224 or 2628132. OLE color: 2628132.
HSL color Cylindrical-coordinate representation of color #241A28: hue angle of 282.86º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #241A28 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 26 | 40 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.84 |
| HSL | 282.86º | 0.21% | 0.13% | - |
| HSV(B) | 282.86º | 0.35% | 0.16% | - |
| XYZ | 1.48 | 1.27 | 2.17 | - |
| YUV | 30.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 40 | 0.10 | 0.35 | 0 | 0.84 | 282.86 | 0.21 | 0.13 |
| Hex | 24 | 1A | 28 | A | 23 | 0 | 54 | 11B | 15 | D |
| Octal | 44 | 32 | 50 | 12 | 43 | 0 | 124 | 433 | 25 | 15 |
| Binary | 100100 | 11010 | 101000 | 1010 | 100011 | 0 | 1010100 | 100011011 | 10101 | 1101 |
Color Harmonies of #241A28
Complementary color
Monochromatic Colors of #241A28
Black with #241A28
Text Example
Text Example
White with #241A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A28; }
p { color: rgb(36,26,40); }
H1.HeaderClassName
{
color: #241A28;
}
.AnyTagClassName
{
color: #241A28;
}
</style>
background-color css
<style>
a { background-color: #241A28; }
a { background-color: rgb(36,26,40); }
div.DivClassName
{
background-color: #241A28;
}
.BgClassName
{
background-color: #241A28;
}
</style>
border-color css
<style>
span { border-color: #241A28; }
span { border-color: rgb(36,26,40); }
td.TdClassName
{
border-color: #241A28;
}
.TagClassName
{
border-color: #241A28;
}
</style>