Shades of Blackcurrant #24014A
Tints of Blackcurrant #24014A
RGB
CMYK
RGB Variations
Color information
#24014A (or 0x24014A) is known color: Blackcurrant. HEX triplet: 24, 01 and 4A. RGB value is (36,1,74). Sum of RGB (Red+Green+Blue) = 36+1+74=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #24014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24014A is #DBFEB5. Grayscale: #131313. Windows color (decimal): -14417590 or 4849956. OLE color: 4849956.
HSL color Cylindrical-coordinate representation of color #24014A: hue angle of 268.77º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24014A is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 1 | 74 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.71 |
| HSL | 268.77º | 0.97% | 0.15% | - |
| HSV(B) | 268.77º | 0.99% | 0.29% | - |
| XYZ | 1.97 | 0.89 | 6.55 | - |
| YUV | 19.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 74 | 0.51 | 0.99 | 0 | 0.71 | 268.77 | 0.97 | 0.15 |
| Hex | 24 | 1 | 4A | 33 | 63 | 0 | 47 | 10D | 61 | F |
| Octal | 44 | 1 | 112 | 63 | 143 | 0 | 107 | 415 | 141 | 17 |
| Binary | 100100 | 1 | 1001010 | 110011 | 1100011 | 0 | 1000111 | 100001101 | 1100001 | 1111 |
Color Harmonies of #24014A
Complementary color
Monochromatic Colors of #24014A
Black with #24014A
Text Example
Text Example
White with #24014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24014A; }
p { color: rgb(36,1,74); }
H1.HeaderClassName
{
color: #24014A;
}
.AnyTagClassName
{
color: #24014A;
}
</style>
background-color css
<style>
a { background-color: #24014A; }
a { background-color: rgb(36,1,74); }
div.DivClassName
{
background-color: #24014A;
}
.BgClassName
{
background-color: #24014A;
}
</style>
border-color css
<style>
span { border-color: #24014A; }
span { border-color: rgb(36,1,74); }
td.TdClassName
{
border-color: #24014A;
}
.TagClassName
{
border-color: #24014A;
}
</style>