Shades of Blackcurrant #24052D
Tints of Blackcurrant #24052D
RGB
CMYK
RGB Variations
Color information
#24052D (or 0x24052D) is known color: Blackcurrant. HEX triplet: 24, 05 and 2D. RGB value is (36,5,45). Sum of RGB (Red+Green+Blue) = 36+5+45=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #24052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24052D is #DBFAD2. Grayscale: #121212. Windows color (decimal): -14416595 or 2950436. OLE color: 2950436.
HSL color Cylindrical-coordinate representation of color #24052D: hue angle of 286.5º 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 #24052D is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 5 | 45 | - |
| CMYK | 0.2 | 0.89 | 0 | 0.82 |
| HSL | 286.5º | 0.8% | 0.1% | - |
| HSV(B) | 286.5º | 0.89% | 0.18% | - |
| XYZ | 1.26 | 0.67 | 2.55 | - |
| YUV | 18.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 45 | 0.2 | 0.89 | 0 | 0.82 | 286.5 | 0.8 | 0.1 |
| Hex | 24 | 5 | 2D | 14 | 59 | 0 | 52 | 11E | 50 | A |
| Octal | 44 | 5 | 55 | 24 | 131 | 0 | 122 | 436 | 120 | 12 |
| Binary | 100100 | 101 | 101101 | 10100 | 1011001 | 0 | 1010010 | 100011110 | 1010000 | 1010 |
Color Harmonies of #24052D
Complementary color
Monochromatic Colors of #24052D
Black with #24052D
Text Example
Text Example
White with #24052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24052D; }
p { color: rgb(36,5,45); }
H1.HeaderClassName
{
color: #24052D;
}
.AnyTagClassName
{
color: #24052D;
}
</style>
background-color css
<style>
a { background-color: #24052D; }
a { background-color: rgb(36,5,45); }
div.DivClassName
{
background-color: #24052D;
}
.BgClassName
{
background-color: #24052D;
}
</style>
border-color css
<style>
span { border-color: #24052D; }
span { border-color: rgb(36,5,45); }
td.TdClassName
{
border-color: #24052D;
}
.TagClassName
{
border-color: #24052D;
}
</style>