Shades of Blackcurrant #241E26
Tints of Blackcurrant #241E26
RGB
CMYK
RGB Variations
Color information
#241E26 (or 0x241E26) is known color: Blackcurrant. HEX triplet: 24, 1E and 26. RGB value is (36,30,38). Sum of RGB (Red+Green+Blue) = 36+30+38=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 38 - color contains mainly: blue. Hex color #241E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E26 is #DBE1D9. Grayscale: #202020. Windows color (decimal): -14410202 or 2498084. OLE color: 2498084.
HSL color Cylindrical-coordinate representation of color #241E26: hue angle of 285º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #241E26 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 30 | 38 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.85 |
| HSL | 285º | 0.12% | 0.13% | - |
| HSV(B) | 285º | 0.21% | 0.15% | - |
| XYZ | 1.54 | 1.44 | 2.03 | - |
| YUV | 32.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 38 | 0.05 | 0.21 | 0 | 0.85 | 285 | 0.12 | 0.13 |
| Hex | 24 | 1E | 26 | 5 | 15 | 0 | 55 | 11D | C | D |
| Octal | 44 | 36 | 46 | 5 | 25 | 0 | 125 | 435 | 14 | 15 |
| Binary | 100100 | 11110 | 100110 | 101 | 10101 | 0 | 1010101 | 100011101 | 1100 | 1101 |
Color Harmonies of #241E26
Complementary color
Monochromatic Colors of #241E26
Black with #241E26
Text Example
Text Example
White with #241E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E26; }
p { color: rgb(36,30,38); }
H1.HeaderClassName
{
color: #241E26;
}
.AnyTagClassName
{
color: #241E26;
}
</style>
background-color css
<style>
a { background-color: #241E26; }
a { background-color: rgb(36,30,38); }
div.DivClassName
{
background-color: #241E26;
}
.BgClassName
{
background-color: #241E26;
}
</style>
border-color css
<style>
span { border-color: #241E26; }
span { border-color: rgb(36,30,38); }
td.TdClassName
{
border-color: #241E26;
}
.TagClassName
{
border-color: #241E26;
}
</style>