Shades of Blackcurrant #24014D
Tints of Blackcurrant #24014D
RGB
CMYK
RGB Variations
Color information
#24014D (or 0x24014D) is known color: Blackcurrant. HEX triplet: 24, 01 and 4D. RGB value is (36,1,77). Sum of RGB (Red+Green+Blue) = 36+1+77=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #24014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24014D is #DBFEB2. Grayscale: #131313. Windows color (decimal): -14417587 or 5046564. OLE color: 5046564.
HSL color Cylindrical-coordinate representation of color #24014D: hue angle of 267.63º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24014D is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 1 | 77 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.70 |
| HSL | 267.63º | 0.97% | 0.15% | - |
| HSV(B) | 267.63º | 0.99% | 0.3% | - |
| XYZ | 2.08 | 0.93 | 7.09 | - |
| YUV | 20.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 77 | 0.53 | 0.99 | 0 | 0.70 | 267.63 | 0.97 | 0.15 |
| Hex | 24 | 1 | 4D | 35 | 63 | 0 | 46 | 10C | 61 | F |
| Octal | 44 | 1 | 115 | 65 | 143 | 0 | 106 | 414 | 141 | 17 |
| Binary | 100100 | 1 | 1001101 | 110101 | 1100011 | 0 | 1000110 | 100001100 | 1100001 | 1111 |
Color Harmonies of #24014D
Complementary color
Monochromatic Colors of #24014D
Black with #24014D
Text Example
Text Example
White with #24014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24014D; }
p { color: rgb(36,1,77); }
H1.HeaderClassName
{
color: #24014D;
}
.AnyTagClassName
{
color: #24014D;
}
</style>
background-color css
<style>
a { background-color: #24014D; }
a { background-color: rgb(36,1,77); }
div.DivClassName
{
background-color: #24014D;
}
.BgClassName
{
background-color: #24014D;
}
</style>
border-color css
<style>
span { border-color: #24014D; }
span { border-color: rgb(36,1,77); }
td.TdClassName
{
border-color: #24014D;
}
.TagClassName
{
border-color: #24014D;
}
</style>