Shades of Blackcurrant #24074A
Tints of Blackcurrant #24074A
RGB
CMYK
RGB Variations
Color information
#24074A (or 0x24074A) is known color: Blackcurrant. HEX triplet: 24, 07 and 4A. RGB value is (36,7,74). Sum of RGB (Red+Green+Blue) = 36+7+74=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #24074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24074A is #DBF8B5. Grayscale: #171717. Windows color (decimal): -14416054 or 4851492. OLE color: 4851492.
HSL color Cylindrical-coordinate representation of color #24074A: hue angle of 265.97º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #24074A is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 7 | 74 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.71 |
| HSL | 265.97º | 0.83% | 0.16% | - |
| HSV(B) | 265.97º | 0.91% | 0.29% | - |
| XYZ | 2.04 | 1.02 | 6.57 | - |
| YUV | 23.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 74 | 0.51 | 0.91 | 0 | 0.71 | 265.97 | 0.83 | 0.16 |
| Hex | 24 | 7 | 4A | 33 | 5B | 0 | 47 | 10A | 53 | 10 |
| Octal | 44 | 7 | 112 | 63 | 133 | 0 | 107 | 412 | 123 | 20 |
| Binary | 100100 | 111 | 1001010 | 110011 | 1011011 | 0 | 1000111 | 100001010 | 1010011 | 10000 |
Color Harmonies of #24074A
Complementary color
Monochromatic Colors of #24074A
Black with #24074A
Text Example
Text Example
White with #24074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24074A; }
p { color: rgb(36,7,74); }
H1.HeaderClassName
{
color: #24074A;
}
.AnyTagClassName
{
color: #24074A;
}
</style>
background-color css
<style>
a { background-color: #24074A; }
a { background-color: rgb(36,7,74); }
div.DivClassName
{
background-color: #24074A;
}
.BgClassName
{
background-color: #24074A;
}
</style>
border-color css
<style>
span { border-color: #24074A; }
span { border-color: rgb(36,7,74); }
td.TdClassName
{
border-color: #24074A;
}
.TagClassName
{
border-color: #24074A;
}
</style>