Shades of Blackcurrant #240728
Tints of Blackcurrant #240728
RGB
CMYK
RGB Variations
Color information
#240728 (or 0x240728) is known color: Blackcurrant. HEX triplet: 24, 07 and 28. RGB value is (36,7,40). Sum of RGB (Red+Green+Blue) = 36+7+40=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #240728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240728 is #DBF8D7. Grayscale: #131313. Windows color (decimal): -14416088 or 2623268. OLE color: 2623268.
HSL color Cylindrical-coordinate representation of color #240728: hue angle of 292.73º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #240728 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 7 | 40 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.84 |
| HSL | 292.73º | 0.7% | 0.09% | - |
| HSV(B) | 292.73º | 0.83% | 0.16% | - |
| XYZ | 1.19 | 0.68 | 2.08 | - |
| YUV | 19.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 40 | 0.10 | 0.83 | 0 | 0.84 | 292.73 | 0.7 | 0.09 |
| Hex | 24 | 7 | 28 | A | 53 | 0 | 54 | 125 | 46 | 9 |
| Octal | 44 | 7 | 50 | 12 | 123 | 0 | 124 | 445 | 106 | 11 |
| Binary | 100100 | 111 | 101000 | 1010 | 1010011 | 0 | 1010100 | 100100101 | 1000110 | 1001 |
Color Harmonies of #240728
Complementary color
Monochromatic Colors of #240728
Black with #240728
Text Example
Text Example
White with #240728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240728; }
p { color: rgb(36,7,40); }
H1.HeaderClassName
{
color: #240728;
}
.AnyTagClassName
{
color: #240728;
}
</style>
background-color css
<style>
a { background-color: #240728; }
a { background-color: rgb(36,7,40); }
div.DivClassName
{
background-color: #240728;
}
.BgClassName
{
background-color: #240728;
}
</style>
border-color css
<style>
span { border-color: #240728; }
span { border-color: rgb(36,7,40); }
td.TdClassName
{
border-color: #240728;
}
.TagClassName
{
border-color: #240728;
}
</style>