Shades of Blackcurrant #240D2A
Tints of Blackcurrant #240D2A
RGB
CMYK
RGB Variations
Color information
#240D2A (or 0x240D2A) is known color: Blackcurrant. HEX triplet: 24, 0D and 2A. RGB value is (36,13,42). Sum of RGB (Red+Green+Blue) = 36+13+42=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #240D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D2A is #DBF2D5. Grayscale: #171717. Windows color (decimal): -14414550 or 2755876. OLE color: 2755876.
HSL color Cylindrical-coordinate representation of color #240D2A: hue angle of 287.59º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #240D2A is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 13 | 42 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.84 |
| HSL | 287.59º | 0.53% | 0.11% | - |
| HSV(B) | 287.59º | 0.69% | 0.16% | - |
| XYZ | 1.29 | 0.83 | 2.28 | - |
| YUV | 23.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 42 | 0.14 | 0.69 | 0 | 0.84 | 287.59 | 0.53 | 0.11 |
| Hex | 24 | D | 2A | E | 45 | 0 | 54 | 120 | 35 | B |
| Octal | 44 | 15 | 52 | 16 | 105 | 0 | 124 | 440 | 65 | 13 |
| Binary | 100100 | 1101 | 101010 | 1110 | 1000101 | 0 | 1010100 | 100100000 | 110101 | 1011 |
Color Harmonies of #240D2A
Complementary color
Monochromatic Colors of #240D2A
Black with #240D2A
Text Example
Text Example
White with #240D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D2A; }
p { color: rgb(36,13,42); }
H1.HeaderClassName
{
color: #240D2A;
}
.AnyTagClassName
{
color: #240D2A;
}
</style>
background-color css
<style>
a { background-color: #240D2A; }
a { background-color: rgb(36,13,42); }
div.DivClassName
{
background-color: #240D2A;
}
.BgClassName
{
background-color: #240D2A;
}
</style>
border-color css
<style>
span { border-color: #240D2A; }
span { border-color: rgb(36,13,42); }
td.TdClassName
{
border-color: #240D2A;
}
.TagClassName
{
border-color: #240D2A;
}
</style>