Shades of Blackcurrant #24072D
Tints of Blackcurrant #24072D
RGB
CMYK
RGB Variations
Color information
#24072D (or 0x24072D) is known color: Blackcurrant. HEX triplet: 24, 07 and 2D. RGB value is (36,7,45). Sum of RGB (Red+Green+Blue) = 36+7+45=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #24072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24072D is #DBF8D2. Grayscale: #131313. Windows color (decimal): -14416083 or 2950948. OLE color: 2950948.
HSL color Cylindrical-coordinate representation of color #24072D: hue angle of 285.79º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24072D is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 7 | 45 | - |
| CMYK | 0.2 | 0.84 | 0 | 0.82 |
| HSL | 285.79º | 0.73% | 0.1% | - |
| HSV(B) | 285.79º | 0.84% | 0.18% | - |
| XYZ | 1.28 | 0.72 | 2.55 | - |
| YUV | 20 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 45 | 0.2 | 0.84 | 0 | 0.82 | 285.79 | 0.73 | 0.1 |
| Hex | 24 | 7 | 2D | 14 | 54 | 0 | 52 | 11E | 49 | A |
| Octal | 44 | 7 | 55 | 24 | 124 | 0 | 122 | 436 | 111 | 12 |
| Binary | 100100 | 111 | 101101 | 10100 | 1010100 | 0 | 1010010 | 100011110 | 1001001 | 1010 |
Color Harmonies of #24072D
Complementary color
Monochromatic Colors of #24072D
Black with #24072D
Text Example
Text Example
White with #24072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24072D; }
p { color: rgb(36,7,45); }
H1.HeaderClassName
{
color: #24072D;
}
.AnyTagClassName
{
color: #24072D;
}
</style>
background-color css
<style>
a { background-color: #24072D; }
a { background-color: rgb(36,7,45); }
div.DivClassName
{
background-color: #24072D;
}
.BgClassName
{
background-color: #24072D;
}
</style>
border-color css
<style>
span { border-color: #24072D; }
span { border-color: rgb(36,7,45); }
td.TdClassName
{
border-color: #24072D;
}
.TagClassName
{
border-color: #24072D;
}
</style>