Shades of Blackcurrant #24082D
Tints of Blackcurrant #24082D
RGB
CMYK
RGB Variations
Color information
#24082D (or 0x24082D) is known color: Blackcurrant. HEX triplet: 24, 08 and 2D. RGB value is (36,8,45). Sum of RGB (Red+Green+Blue) = 36+8+45=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #24082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24082D is #DBF7D2. Grayscale: #141414. Windows color (decimal): -14415827 or 2951204. OLE color: 2951204.
HSL color Cylindrical-coordinate representation of color #24082D: hue angle of 285.41º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24082D is Cyan = 0.2, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 8 | 45 | - |
| CMYK | 0.2 | 0.82 | 0 | 0.82 |
| HSL | 285.41º | 0.7% | 0.1% | - |
| HSV(B) | 285.41º | 0.82% | 0.18% | - |
| XYZ | 1.29 | 0.74 | 2.56 | - |
| YUV | 20.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 45 | 0.2 | 0.82 | 0 | 0.82 | 285.41 | 0.7 | 0.1 |
| Hex | 24 | 8 | 2D | 14 | 52 | 0 | 52 | 11D | 46 | A |
| Octal | 44 | 10 | 55 | 24 | 122 | 0 | 122 | 435 | 106 | 12 |
| Binary | 100100 | 1000 | 101101 | 10100 | 1010010 | 0 | 1010010 | 100011101 | 1000110 | 1010 |
Color Harmonies of #24082D
Complementary color
Monochromatic Colors of #24082D
Black with #24082D
Text Example
Text Example
White with #24082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24082D; }
p { color: rgb(36,8,45); }
H1.HeaderClassName
{
color: #24082D;
}
.AnyTagClassName
{
color: #24082D;
}
</style>
background-color css
<style>
a { background-color: #24082D; }
a { background-color: rgb(36,8,45); }
div.DivClassName
{
background-color: #24082D;
}
.BgClassName
{
background-color: #24082D;
}
</style>
border-color css
<style>
span { border-color: #24082D; }
span { border-color: rgb(36,8,45); }
td.TdClassName
{
border-color: #24082D;
}
.TagClassName
{
border-color: #24082D;
}
</style>