Shades of Blackcurrant #240449
Tints of Blackcurrant #240449
RGB
CMYK
RGB Variations
Color information
#240449 (or 0x240449) is known color: Blackcurrant. HEX triplet: 24, 04 and 49. RGB value is (36,4,73). Sum of RGB (Red+Green+Blue) = 36+4+73=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #240449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240449 is #DBFBB6. Grayscale: #151515. Windows color (decimal): -14416823 or 4785188. OLE color: 4785188.
HSL color Cylindrical-coordinate representation of color #240449: hue angle of 267.83º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240449 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 4 | 73 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.71 |
| HSL | 267.83º | 0.9% | 0.15% | - |
| HSV(B) | 267.83º | 0.95% | 0.29% | - |
| XYZ | 1.97 | 0.94 | 6.38 | - |
| YUV | 21.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 73 | 0.51 | 0.95 | 0 | 0.71 | 267.83 | 0.9 | 0.15 |
| Hex | 24 | 4 | 49 | 33 | 5F | 0 | 47 | 10C | 5A | F |
| Octal | 44 | 4 | 111 | 63 | 137 | 0 | 107 | 414 | 132 | 17 |
| Binary | 100100 | 100 | 1001001 | 110011 | 1011111 | 0 | 1000111 | 100001100 | 1011010 | 1111 |
Color Harmonies of #240449
Complementary color
Monochromatic Colors of #240449
Black with #240449
Text Example
Text Example
White with #240449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240449; }
p { color: rgb(36,4,73); }
H1.HeaderClassName
{
color: #240449;
}
.AnyTagClassName
{
color: #240449;
}
</style>
background-color css
<style>
a { background-color: #240449; }
a { background-color: rgb(36,4,73); }
div.DivClassName
{
background-color: #240449;
}
.BgClassName
{
background-color: #240449;
}
</style>
border-color css
<style>
span { border-color: #240449; }
span { border-color: rgb(36,4,73); }
td.TdClassName
{
border-color: #240449;
}
.TagClassName
{
border-color: #240449;
}
</style>