Shades of Blackcurrant #241830
Tints of Blackcurrant #241830
RGB
CMYK
RGB Variations
Color information
#241830 (or 0x241830) is known color: Blackcurrant. HEX triplet: 24, 18 and 30. RGB value is (36,24,48). Sum of RGB (Red+Green+Blue) = 36+24+48=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #241830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241830 is #DBE7CF. Grayscale: #1E1E1E. Windows color (decimal): -14411728 or 3151908. OLE color: 3151908.
HSL color Cylindrical-coordinate representation of color #241830: hue angle of 270º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241830 is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 24 | 48 | - |
| CMYK | 0.25 | 0.5 | 0 | 0.81 |
| HSL | 270º | 0.33% | 0.14% | - |
| HSV(B) | 270º | 0.5% | 0.19% | - |
| XYZ | 1.59 | 1.24 | 2.95 | - |
| YUV | 30.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 48 | 0.25 | 0.5 | 0 | 0.81 | 270 | 0.33 | 0.14 |
| Hex | 24 | 18 | 30 | 19 | 32 | 0 | 51 | 10E | 21 | E |
| Octal | 44 | 30 | 60 | 31 | 62 | 0 | 121 | 416 | 41 | 16 |
| Binary | 100100 | 11000 | 110000 | 11001 | 110010 | 0 | 1010001 | 100001110 | 100001 | 1110 |
Color Harmonies of #241830
Complementary color
Monochromatic Colors of #241830
Black with #241830
Text Example
Text Example
White with #241830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241830; }
p { color: rgb(36,24,48); }
H1.HeaderClassName
{
color: #241830;
}
.AnyTagClassName
{
color: #241830;
}
</style>
background-color css
<style>
a { background-color: #241830; }
a { background-color: rgb(36,24,48); }
div.DivClassName
{
background-color: #241830;
}
.BgClassName
{
background-color: #241830;
}
</style>
border-color css
<style>
span { border-color: #241830; }
span { border-color: rgb(36,24,48); }
td.TdClassName
{
border-color: #241830;
}
.TagClassName
{
border-color: #241830;
}
</style>