Shades of Blackcurrant #24004E
Tints of Blackcurrant #24004E
RGB
CMYK
RGB Variations
Color information
#24004E (or 0x24004E) is known color: Blackcurrant. HEX triplet: 24, 00 and 4E. RGB value is (36,0,78). Sum of RGB (Red+Green+Blue) = 36+0+78=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 78 (30.86% from 255 or 68.42% from 114); Max value from RGB is 78 - color contains mainly: blue. Hex color #24004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24004E is #DBFFB1. Grayscale: #131313. Windows color (decimal): -14417842 or 5111844. OLE color: 5111844.
HSL color Cylindrical-coordinate representation of color #24004E: hue angle of 267.69º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24004E is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 0 | 78 | - |
| CMYK | 0.54 | 1 | 0 | 0.69 |
| HSL | 267.69º | 1% | 0.15% | - |
| HSV(B) | 267.69º | 1% | 0.31% | - |
| XYZ | 2.1 | 0.93 | 7.28 | - |
| YUV | 19.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 78 | 0.54 | 1 | 0 | 0.69 | 267.69 | 1 | 0.15 |
| Hex | 24 | 0 | 4E | 36 | 64 | 0 | 45 | 10C | 64 | F |
| Octal | 44 | 0 | 116 | 66 | 144 | 0 | 105 | 414 | 144 | 17 |
| Binary | 100100 | 0 | 1001110 | 110110 | 1100100 | 0 | 1000101 | 100001100 | 1100100 | 1111 |
Color Harmonies of #24004E
Complementary color
Monochromatic Colors of #24004E
Black with #24004E
Text Example
Text Example
White with #24004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24004E; }
p { color: rgb(36,0,78); }
H1.HeaderClassName
{
color: #24004E;
}
.AnyTagClassName
{
color: #24004E;
}
</style>
background-color css
<style>
a { background-color: #24004E; }
a { background-color: rgb(36,0,78); }
div.DivClassName
{
background-color: #24004E;
}
.BgClassName
{
background-color: #24004E;
}
</style>
border-color css
<style>
span { border-color: #24004E; }
span { border-color: rgb(36,0,78); }
td.TdClassName
{
border-color: #24004E;
}
.TagClassName
{
border-color: #24004E;
}
</style>