Shades of Blackcurrant #240F40
Tints of Blackcurrant #240F40
RGB
CMYK
RGB Variations
Color information
#240F40 (or 0x240F40) is known color: Blackcurrant. HEX triplet: 24, 0F and 40. RGB value is (36,15,64). Sum of RGB (Red+Green+Blue) = 36+15+64=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #240F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F40 is #DBF0BF. Grayscale: #1A1A1A. Windows color (decimal): -14414016 or 4198180. OLE color: 4198180.
HSL color Cylindrical-coordinate representation of color #240F40: hue angle of 265.71º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #240F40 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 15 | 64 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.75 |
| HSL | 265.71º | 0.62% | 0.15% | - |
| HSV(B) | 265.71º | 0.77% | 0.25% | - |
| XYZ | 1.82 | 1.09 | 4.96 | - |
| YUV | 26.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 64 | 0.44 | 0.77 | 0 | 0.75 | 265.71 | 0.62 | 0.15 |
| Hex | 24 | F | 40 | 2C | 4D | 0 | 4B | 10A | 3E | F |
| Octal | 44 | 17 | 100 | 54 | 115 | 0 | 113 | 412 | 76 | 17 |
| Binary | 100100 | 1111 | 1000000 | 101100 | 1001101 | 0 | 1001011 | 100001010 | 111110 | 1111 |
Color Harmonies of #240F40
Complementary color
Monochromatic Colors of #240F40
Black with #240F40
Text Example
Text Example
White with #240F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F40; }
p { color: rgb(36,15,64); }
H1.HeaderClassName
{
color: #240F40;
}
.AnyTagClassName
{
color: #240F40;
}
</style>
background-color css
<style>
a { background-color: #240F40; }
a { background-color: rgb(36,15,64); }
div.DivClassName
{
background-color: #240F40;
}
.BgClassName
{
background-color: #240F40;
}
</style>
border-color css
<style>
span { border-color: #240F40; }
span { border-color: rgb(36,15,64); }
td.TdClassName
{
border-color: #240F40;
}
.TagClassName
{
border-color: #240F40;
}
</style>