Shades of Blackcurrant #240D39
Tints of Blackcurrant #240D39
RGB
CMYK
RGB Variations
Color information
#240D39 (or 0x240D39) is known color: Blackcurrant. HEX triplet: 24, 0D and 39. RGB value is (36,13,57). Sum of RGB (Red+Green+Blue) = 36+13+57=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #240D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D39 is #DBF2C6. Grayscale: #181818. Windows color (decimal): -14414535 or 3738916. OLE color: 3738916.
HSL color Cylindrical-coordinate representation of color #240D39: hue angle of 271.36º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #240D39 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 13 | 57 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.78 |
| HSL | 271.36º | 0.63% | 0.14% | - |
| HSV(B) | 271.36º | 0.77% | 0.22% | - |
| XYZ | 1.61 | 0.96 | 3.97 | - |
| YUV | 24.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 57 | 0.37 | 0.77 | 0 | 0.78 | 271.36 | 0.63 | 0.14 |
| Hex | 24 | D | 39 | 25 | 4D | 0 | 4E | 10F | 3F | E |
| Octal | 44 | 15 | 71 | 45 | 115 | 0 | 116 | 417 | 77 | 16 |
| Binary | 100100 | 1101 | 111001 | 100101 | 1001101 | 0 | 1001110 | 100001111 | 111111 | 1110 |
Color Harmonies of #240D39
Complementary color
Monochromatic Colors of #240D39
Black with #240D39
Text Example
Text Example
White with #240D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D39; }
p { color: rgb(36,13,57); }
H1.HeaderClassName
{
color: #240D39;
}
.AnyTagClassName
{
color: #240D39;
}
</style>
background-color css
<style>
a { background-color: #240D39; }
a { background-color: rgb(36,13,57); }
div.DivClassName
{
background-color: #240D39;
}
.BgClassName
{
background-color: #240D39;
}
</style>
border-color css
<style>
span { border-color: #240D39; }
span { border-color: rgb(36,13,57); }
td.TdClassName
{
border-color: #240D39;
}
.TagClassName
{
border-color: #240D39;
}
</style>