Shades of Blackcurrant #241138
Tints of Blackcurrant #241138
RGB
CMYK
RGB Variations
Color information
#241138 (or 0x241138) is known color: Blackcurrant. HEX triplet: 24, 11 and 38. RGB value is (36,17,56). Sum of RGB (Red+Green+Blue) = 36+17+56=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #241138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241138 is #DBEEC7. Grayscale: #1A1A1A. Windows color (decimal): -14413512 or 3674404. OLE color: 3674404.
HSL color Cylindrical-coordinate representation of color #241138: hue angle of 269.23º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #241138 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 17 | 56 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.78 |
| HSL | 269.23º | 0.53% | 0.14% | - |
| HSV(B) | 269.23º | 0.7% | 0.22% | - |
| XYZ | 1.64 | 1.06 | 3.86 | - |
| YUV | 27.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 56 | 0.36 | 0.70 | 0 | 0.78 | 269.23 | 0.53 | 0.14 |
| Hex | 24 | 11 | 38 | 24 | 46 | 0 | 4E | 10D | 35 | E |
| Octal | 44 | 21 | 70 | 44 | 106 | 0 | 116 | 415 | 65 | 16 |
| Binary | 100100 | 10001 | 111000 | 100100 | 1000110 | 0 | 1001110 | 100001101 | 110101 | 1110 |
Color Harmonies of #241138
Complementary color
Monochromatic Colors of #241138
Black with #241138
Text Example
Text Example
White with #241138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241138; }
p { color: rgb(36,17,56); }
H1.HeaderClassName
{
color: #241138;
}
.AnyTagClassName
{
color: #241138;
}
</style>
background-color css
<style>
a { background-color: #241138; }
a { background-color: rgb(36,17,56); }
div.DivClassName
{
background-color: #241138;
}
.BgClassName
{
background-color: #241138;
}
</style>
border-color css
<style>
span { border-color: #241138; }
span { border-color: rgb(36,17,56); }
td.TdClassName
{
border-color: #241138;
}
.TagClassName
{
border-color: #241138;
}
</style>