Shades of Blackcurrant #240D43
Tints of Blackcurrant #240D43
RGB
CMYK
RGB Variations
Color information
#240D43 (or 0x240D43) is known color: Blackcurrant. HEX triplet: 24, 0D and 43. RGB value is (36,13,67). Sum of RGB (Red+Green+Blue) = 36+13+67=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #240D43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D43 is #DBF2BC. Grayscale: #191919. Windows color (decimal): -14414525 or 4394276. OLE color: 4394276.
HSL color Cylindrical-coordinate representation of color #240D43: hue angle of 265.56º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #240D43 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 13 | 67 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.74 |
| HSL | 265.56º | 0.68% | 0.16% | - |
| HSV(B) | 265.56º | 0.81% | 0.26% | - |
| XYZ | 1.88 | 1.07 | 5.42 | - |
| YUV | 26.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 67 | 0.46 | 0.81 | 0 | 0.74 | 265.56 | 0.68 | 0.16 |
| Hex | 24 | D | 43 | 2E | 51 | 0 | 4A | 10A | 44 | 10 |
| Octal | 44 | 15 | 103 | 56 | 121 | 0 | 112 | 412 | 104 | 20 |
| Binary | 100100 | 1101 | 1000011 | 101110 | 1010001 | 0 | 1001010 | 100001010 | 1000100 | 10000 |
Color Harmonies of #240D43
Complementary color
Monochromatic Colors of #240D43
Black with #240D43
Text Example
Text Example
White with #240D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D43; }
p { color: rgb(36,13,67); }
H1.HeaderClassName
{
color: #240D43;
}
.AnyTagClassName
{
color: #240D43;
}
</style>
background-color css
<style>
a { background-color: #240D43; }
a { background-color: rgb(36,13,67); }
div.DivClassName
{
background-color: #240D43;
}
.BgClassName
{
background-color: #240D43;
}
</style>
border-color css
<style>
span { border-color: #240D43; }
span { border-color: rgb(36,13,67); }
td.TdClassName
{
border-color: #240D43;
}
.TagClassName
{
border-color: #240D43;
}
</style>