Shades of Blackcurrant #241238
Tints of Blackcurrant #241238
RGB
CMYK
RGB Variations
Color information
#241238 (or 0x241238) is known color: Blackcurrant. HEX triplet: 24, 12 and 38. RGB value is (36,18,56). Sum of RGB (Red+Green+Blue) = 36+18+56=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #241238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241238 is #DBEDC7. Grayscale: #1B1B1B. Windows color (decimal): -14413256 or 3674660. OLE color: 3674660.
HSL color Cylindrical-coordinate representation of color #241238: hue angle of 268.42º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #241238 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 18 | 56 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.78 |
| HSL | 268.42º | 0.51% | 0.15% | - |
| HSV(B) | 268.42º | 0.68% | 0.22% | - |
| XYZ | 1.66 | 1.09 | 3.87 | - |
| YUV | 27.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 56 | 0.36 | 0.68 | 0 | 0.78 | 268.42 | 0.51 | 0.15 |
| Hex | 24 | 12 | 38 | 24 | 44 | 0 | 4E | 10C | 33 | F |
| Octal | 44 | 22 | 70 | 44 | 104 | 0 | 116 | 414 | 63 | 17 |
| Binary | 100100 | 10010 | 111000 | 100100 | 1000100 | 0 | 1001110 | 100001100 | 110011 | 1111 |
Color Harmonies of #241238
Complementary color
Monochromatic Colors of #241238
Black with #241238
Text Example
Text Example
White with #241238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241238; }
p { color: rgb(36,18,56); }
H1.HeaderClassName
{
color: #241238;
}
.AnyTagClassName
{
color: #241238;
}
</style>
background-color css
<style>
a { background-color: #241238; }
a { background-color: rgb(36,18,56); }
div.DivClassName
{
background-color: #241238;
}
.BgClassName
{
background-color: #241238;
}
</style>
border-color css
<style>
span { border-color: #241238; }
span { border-color: rgb(36,18,56); }
td.TdClassName
{
border-color: #241238;
}
.TagClassName
{
border-color: #241238;
}
</style>