Shades of Blackcurrant #24082C
Tints of Blackcurrant #24082C
RGB
CMYK
RGB Variations
Color information
#24082C (or 0x24082C) is known color: Blackcurrant. HEX triplet: 24, 08 and 2C. RGB value is (36,8,44). Sum of RGB (Red+Green+Blue) = 36+8+44=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #24082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24082C is #DBF7D3. Grayscale: #141414. Windows color (decimal): -14415828 or 2885668. OLE color: 2885668.
HSL color Cylindrical-coordinate representation of color #24082C: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24082C is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 8 | 44 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.83 |
| HSL | 286.67º | 0.69% | 0.1% | - |
| HSV(B) | 286.67º | 0.82% | 0.17% | - |
| XYZ | 1.27 | 0.73 | 2.46 | - |
| YUV | 20.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 44 | 0.18 | 0.82 | 0 | 0.83 | 286.67 | 0.69 | 0.1 |
| Hex | 24 | 8 | 2C | 12 | 52 | 0 | 53 | 11F | 45 | A |
| Octal | 44 | 10 | 54 | 22 | 122 | 0 | 123 | 437 | 105 | 12 |
| Binary | 100100 | 1000 | 101100 | 10010 | 1010010 | 0 | 1010011 | 100011111 | 1000101 | 1010 |
Color Harmonies of #24082C
Complementary color
Monochromatic Colors of #24082C
Black with #24082C
Text Example
Text Example
White with #24082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24082C; }
p { color: rgb(36,8,44); }
H1.HeaderClassName
{
color: #24082C;
}
.AnyTagClassName
{
color: #24082C;
}
</style>
background-color css
<style>
a { background-color: #24082C; }
a { background-color: rgb(36,8,44); }
div.DivClassName
{
background-color: #24082C;
}
.BgClassName
{
background-color: #24082C;
}
</style>
border-color css
<style>
span { border-color: #24082C; }
span { border-color: rgb(36,8,44); }
td.TdClassName
{
border-color: #24082C;
}
.TagClassName
{
border-color: #24082C;
}
</style>