Shades of Blackcurrant #241D26
Tints of Blackcurrant #241D26
RGB
CMYK
RGB Variations
Color information
#241D26 (or 0x241D26) is known color: Blackcurrant. HEX triplet: 24, 1D and 26. RGB value is (36,29,38). Sum of RGB (Red+Green+Blue) = 36+29+38=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: blue. Hex color #241D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D26 is #DBE2D9. Grayscale: #202020. Windows color (decimal): -14410458 or 2497828. OLE color: 2497828.
HSL color Cylindrical-coordinate representation of color #241D26: hue angle of 286.67º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #241D26 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 29 | 38 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.85 |
| HSL | 286.67º | 0.13% | 0.13% | - |
| HSV(B) | 286.67º | 0.24% | 0.15% | - |
| XYZ | 1.52 | 1.39 | 2.02 | - |
| YUV | 32.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 38 | 0.05 | 0.24 | 0 | 0.85 | 286.67 | 0.13 | 0.13 |
| Hex | 24 | 1D | 26 | 5 | 18 | 0 | 55 | 11F | D | D |
| Octal | 44 | 35 | 46 | 5 | 30 | 0 | 125 | 437 | 15 | 15 |
| Binary | 100100 | 11101 | 100110 | 101 | 11000 | 0 | 1010101 | 100011111 | 1101 | 1101 |
Color Harmonies of #241D26
Complementary color
Monochromatic Colors of #241D26
Black with #241D26
Text Example
Text Example
White with #241D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D26; }
p { color: rgb(36,29,38); }
H1.HeaderClassName
{
color: #241D26;
}
.AnyTagClassName
{
color: #241D26;
}
</style>
background-color css
<style>
a { background-color: #241D26; }
a { background-color: rgb(36,29,38); }
div.DivClassName
{
background-color: #241D26;
}
.BgClassName
{
background-color: #241D26;
}
</style>
border-color css
<style>
span { border-color: #241D26; }
span { border-color: rgb(36,29,38); }
td.TdClassName
{
border-color: #241D26;
}
.TagClassName
{
border-color: #241D26;
}
</style>