Shades of Blackcurrant #240D40
Tints of Blackcurrant #240D40
RGB
CMYK
RGB Variations
Color information
#240D40 (or 0x240D40) is known color: Blackcurrant. HEX triplet: 24, 0D and 40. RGB value is (36,13,64). Sum of RGB (Red+Green+Blue) = 36+13+64=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #240D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D40 is #DBF2BF. Grayscale: #191919. Windows color (decimal): -14414528 or 4197668. OLE color: 4197668.
HSL color Cylindrical-coordinate representation of color #240D40: hue angle of 267.06º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #240D40 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 13 | 64 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.75 |
| HSL | 267.06º | 0.66% | 0.15% | - |
| HSV(B) | 267.06º | 0.8% | 0.25% | - |
| XYZ | 1.8 | 1.03 | 4.96 | - |
| YUV | 25.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 64 | 0.44 | 0.80 | 0 | 0.75 | 267.06 | 0.66 | 0.15 |
| Hex | 24 | D | 40 | 2C | 50 | 0 | 4B | 10B | 42 | F |
| Octal | 44 | 15 | 100 | 54 | 120 | 0 | 113 | 413 | 102 | 17 |
| Binary | 100100 | 1101 | 1000000 | 101100 | 1010000 | 0 | 1001011 | 100001011 | 1000010 | 1111 |
Color Harmonies of #240D40
Complementary color
Monochromatic Colors of #240D40
Black with #240D40
Text Example
Text Example
White with #240D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D40; }
p { color: rgb(36,13,64); }
H1.HeaderClassName
{
color: #240D40;
}
.AnyTagClassName
{
color: #240D40;
}
</style>
background-color css
<style>
a { background-color: #240D40; }
a { background-color: rgb(36,13,64); }
div.DivClassName
{
background-color: #240D40;
}
.BgClassName
{
background-color: #240D40;
}
</style>
border-color css
<style>
span { border-color: #240D40; }
span { border-color: rgb(36,13,64); }
td.TdClassName
{
border-color: #240D40;
}
.TagClassName
{
border-color: #240D40;
}
</style>