Shades of Blackcurrant #241930
Tints of Blackcurrant #241930
RGB
CMYK
RGB Variations
Color information
#241930 (or 0x241930) is known color: Blackcurrant. HEX triplet: 24, 19 and 30. RGB value is (36,25,48). Sum of RGB (Red+Green+Blue) = 36+25+48=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #241930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241930 is #DBE6CF. Grayscale: #1E1E1E. Windows color (decimal): -14411472 or 3152164. OLE color: 3152164.
HSL color Cylindrical-coordinate representation of color #241930: hue angle of 268.7º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #241930 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 25 | 48 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.81 |
| HSL | 268.7º | 0.32% | 0.14% | - |
| HSV(B) | 268.7º | 0.48% | 0.19% | - |
| XYZ | 1.61 | 1.28 | 2.96 | - |
| YUV | 30.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 48 | 0.25 | 0.48 | 0 | 0.81 | 268.7 | 0.32 | 0.14 |
| Hex | 24 | 19 | 30 | 19 | 30 | 0 | 51 | 10D | 20 | E |
| Octal | 44 | 31 | 60 | 31 | 60 | 0 | 121 | 415 | 40 | 16 |
| Binary | 100100 | 11001 | 110000 | 11001 | 110000 | 0 | 1010001 | 100001101 | 100000 | 1110 |
Color Harmonies of #241930
Complementary color
Monochromatic Colors of #241930
Black with #241930
Text Example
Text Example
White with #241930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241930; }
p { color: rgb(36,25,48); }
H1.HeaderClassName
{
color: #241930;
}
.AnyTagClassName
{
color: #241930;
}
</style>
background-color css
<style>
a { background-color: #241930; }
a { background-color: rgb(36,25,48); }
div.DivClassName
{
background-color: #241930;
}
.BgClassName
{
background-color: #241930;
}
</style>
border-color css
<style>
span { border-color: #241930; }
span { border-color: rgb(36,25,48); }
td.TdClassName
{
border-color: #241930;
}
.TagClassName
{
border-color: #241930;
}
</style>