Shades of Blackcurrant #240829
Tints of Blackcurrant #240829
RGB
CMYK
RGB Variations
Color information
#240829 (or 0x240829) is known color: Blackcurrant. HEX triplet: 24, 08 and 29. RGB value is (36,8,41). Sum of RGB (Red+Green+Blue) = 36+8+41=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #240829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240829 is #DBF7D6. Grayscale: #141414. Windows color (decimal): -14415831 or 2689060. OLE color: 2689060.
HSL color Cylindrical-coordinate representation of color #240829: hue angle of 290.91º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #240829 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 8 | 41 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.84 |
| HSL | 290.91º | 0.67% | 0.1% | - |
| HSV(B) | 290.91º | 0.8% | 0.16% | - |
| XYZ | 1.21 | 0.71 | 2.17 | - |
| YUV | 20.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 41 | 0.12 | 0.80 | 0 | 0.84 | 290.91 | 0.67 | 0.1 |
| Hex | 24 | 8 | 29 | C | 50 | 0 | 54 | 123 | 43 | A |
| Octal | 44 | 10 | 51 | 14 | 120 | 0 | 124 | 443 | 103 | 12 |
| Binary | 100100 | 1000 | 101001 | 1100 | 1010000 | 0 | 1010100 | 100100011 | 1000011 | 1010 |
Color Harmonies of #240829
Complementary color
Monochromatic Colors of #240829
Black with #240829
Text Example
Text Example
White with #240829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240829; }
p { color: rgb(36,8,41); }
H1.HeaderClassName
{
color: #240829;
}
.AnyTagClassName
{
color: #240829;
}
</style>
background-color css
<style>
a { background-color: #240829; }
a { background-color: rgb(36,8,41); }
div.DivClassName
{
background-color: #240829;
}
.BgClassName
{
background-color: #240829;
}
</style>
border-color css
<style>
span { border-color: #240829; }
span { border-color: rgb(36,8,41); }
td.TdClassName
{
border-color: #240829;
}
.TagClassName
{
border-color: #240829;
}
</style>