Shades of Blackcurrant #240D37
Tints of Blackcurrant #240D37
RGB
CMYK
RGB Variations
Color information
#240D37 (or 0x240D37) is known color: Blackcurrant. HEX triplet: 24, 0D and 37. RGB value is (36,13,55). Sum of RGB (Red+Green+Blue) = 36+13+55=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #240D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D37 is #DBF2C8. Grayscale: #181818. Windows color (decimal): -14414537 or 3607844. OLE color: 3607844.
HSL color Cylindrical-coordinate representation of color #240D37: hue angle of 272.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #240D37 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 13 | 55 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.78 |
| HSL | 272.86º | 0.62% | 0.13% | - |
| HSV(B) | 272.86º | 0.76% | 0.22% | - |
| XYZ | 1.56 | 0.94 | 3.71 | - |
| YUV | 24.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 55 | 0.35 | 0.76 | 0 | 0.78 | 272.86 | 0.62 | 0.13 |
| Hex | 24 | D | 37 | 23 | 4C | 0 | 4E | 111 | 3E | D |
| Octal | 44 | 15 | 67 | 43 | 114 | 0 | 116 | 421 | 76 | 15 |
| Binary | 100100 | 1101 | 110111 | 100011 | 1001100 | 0 | 1001110 | 100010001 | 111110 | 1101 |
Color Harmonies of #240D37
Complementary color
Monochromatic Colors of #240D37
Black with #240D37
Text Example
Text Example
White with #240D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D37; }
p { color: rgb(36,13,55); }
H1.HeaderClassName
{
color: #240D37;
}
.AnyTagClassName
{
color: #240D37;
}
</style>
background-color css
<style>
a { background-color: #240D37; }
a { background-color: rgb(36,13,55); }
div.DivClassName
{
background-color: #240D37;
}
.BgClassName
{
background-color: #240D37;
}
</style>
border-color css
<style>
span { border-color: #240D37; }
span { border-color: rgb(36,13,55); }
td.TdClassName
{
border-color: #240D37;
}
.TagClassName
{
border-color: #240D37;
}
</style>