Shades of Blackcurrant #240D28
Tints of Blackcurrant #240D28
RGB
CMYK
RGB Variations
Color information
#240D28 (or 0x240D28) is known color: Blackcurrant. HEX triplet: 24, 0D and 28. RGB value is (36,13,40). Sum of RGB (Red+Green+Blue) = 36+13+40=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #240D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D28 is #DBF2D7. Grayscale: #161616. Windows color (decimal): -14414552 or 2624804. OLE color: 2624804.
HSL color Cylindrical-coordinate representation of color #240D28: hue angle of 291.11º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #240D28 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 13 | 40 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.84 |
| HSL | 291.11º | 0.51% | 0.1% | - |
| HSV(B) | 291.11º | 0.68% | 0.16% | - |
| XYZ | 1.25 | 0.82 | 2.1 | - |
| YUV | 22.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 40 | 0.10 | 0.67 | 0 | 0.84 | 291.11 | 0.51 | 0.1 |
| Hex | 24 | D | 28 | A | 43 | 0 | 54 | 123 | 33 | A |
| Octal | 44 | 15 | 50 | 12 | 103 | 0 | 124 | 443 | 63 | 12 |
| Binary | 100100 | 1101 | 101000 | 1010 | 1000011 | 0 | 1010100 | 100100011 | 110011 | 1010 |
Color Harmonies of #240D28
Complementary color
Monochromatic Colors of #240D28
Black with #240D28
Text Example
Text Example
White with #240D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D28; }
p { color: rgb(36,13,40); }
H1.HeaderClassName
{
color: #240D28;
}
.AnyTagClassName
{
color: #240D28;
}
</style>
background-color css
<style>
a { background-color: #240D28; }
a { background-color: rgb(36,13,40); }
div.DivClassName
{
background-color: #240D28;
}
.BgClassName
{
background-color: #240D28;
}
</style>
border-color css
<style>
span { border-color: #240D28; }
span { border-color: rgb(36,13,40); }
td.TdClassName
{
border-color: #240D28;
}
.TagClassName
{
border-color: #240D28;
}
</style>