Shades of Blackcurrant #24052E
Tints of Blackcurrant #24052E
RGB
CMYK
RGB Variations
Color information
#24052E (or 0x24052E) is known color: Blackcurrant. HEX triplet: 24, 05 and 2E. RGB value is (36,5,46). Sum of RGB (Red+Green+Blue) = 36+5+46=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #24052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24052E is #DBFAD1. Grayscale: #121212. Windows color (decimal): -14416594 or 3015972. OLE color: 3015972.
HSL color Cylindrical-coordinate representation of color #24052E: hue angle of 285.37º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24052E is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 5 | 46 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.82 |
| HSL | 285.37º | 0.8% | 0.1% | - |
| HSV(B) | 285.37º | 0.89% | 0.18% | - |
| XYZ | 1.27 | 0.68 | 2.65 | - |
| YUV | 18.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 46 | 0.22 | 0.89 | 0 | 0.82 | 285.37 | 0.8 | 0.1 |
| Hex | 24 | 5 | 2E | 16 | 59 | 0 | 52 | 11D | 50 | A |
| Octal | 44 | 5 | 56 | 26 | 131 | 0 | 122 | 435 | 120 | 12 |
| Binary | 100100 | 101 | 101110 | 10110 | 1011001 | 0 | 1010010 | 100011101 | 1010000 | 1010 |
Color Harmonies of #24052E
Complementary color
Monochromatic Colors of #24052E
Black with #24052E
Text Example
Text Example
White with #24052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24052E; }
p { color: rgb(36,5,46); }
H1.HeaderClassName
{
color: #24052E;
}
.AnyTagClassName
{
color: #24052E;
}
</style>
background-color css
<style>
a { background-color: #24052E; }
a { background-color: rgb(36,5,46); }
div.DivClassName
{
background-color: #24052E;
}
.BgClassName
{
background-color: #24052E;
}
</style>
border-color css
<style>
span { border-color: #24052E; }
span { border-color: rgb(36,5,46); }
td.TdClassName
{
border-color: #24052E;
}
.TagClassName
{
border-color: #24052E;
}
</style>