Shades of Blackcurrant #241835
Tints of Blackcurrant #241835
RGB
CMYK
RGB Variations
Color information
#241835 (or 0x241835) is known color: Blackcurrant. HEX triplet: 24, 18 and 35. RGB value is (36,24,53). Sum of RGB (Red+Green+Blue) = 36+24+53=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #241835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241835 is #DBE7CA. Grayscale: #1E1E1E. Windows color (decimal): -14411723 or 3479588. OLE color: 3479588.
HSL color Cylindrical-coordinate representation of color #241835: hue angle of 264.83º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #241835 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 24 | 53 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.79 |
| HSL | 264.83º | 0.38% | 0.15% | - |
| HSV(B) | 264.83º | 0.55% | 0.21% | - |
| XYZ | 1.7 | 1.29 | 3.53 | - |
| YUV | 30.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 53 | 0.32 | 0.55 | 0 | 0.79 | 264.83 | 0.38 | 0.15 |
| Hex | 24 | 18 | 35 | 20 | 37 | 0 | 4F | 109 | 26 | F |
| Octal | 44 | 30 | 65 | 40 | 67 | 0 | 117 | 411 | 46 | 17 |
| Binary | 100100 | 11000 | 110101 | 100000 | 110111 | 0 | 1001111 | 100001001 | 100110 | 1111 |
Color Harmonies of #241835
Complementary color
Monochromatic Colors of #241835
Black with #241835
Text Example
Text Example
White with #241835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241835; }
p { color: rgb(36,24,53); }
H1.HeaderClassName
{
color: #241835;
}
.AnyTagClassName
{
color: #241835;
}
</style>
background-color css
<style>
a { background-color: #241835; }
a { background-color: rgb(36,24,53); }
div.DivClassName
{
background-color: #241835;
}
.BgClassName
{
background-color: #241835;
}
</style>
border-color css
<style>
span { border-color: #241835; }
span { border-color: rgb(36,24,53); }
td.TdClassName
{
border-color: #241835;
}
.TagClassName
{
border-color: #241835;
}
</style>