Shades of Blackcurrant #240928
Tints of Blackcurrant #240928
RGB
CMYK
RGB Variations
Color information
#240928 (or 0x240928) is known color: Blackcurrant. HEX triplet: 24, 09 and 28. RGB value is (36,9,40). Sum of RGB (Red+Green+Blue) = 36+9+40=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #240928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240928 is #DBF6D7. Grayscale: #141414. Windows color (decimal): -14415576 or 2623780. OLE color: 2623780.
HSL color Cylindrical-coordinate representation of color #240928: hue angle of 292.26º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #240928 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 9 | 40 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.84 |
| HSL | 292.26º | 0.63% | 0.1% | - |
| HSV(B) | 292.26º | 0.78% | 0.16% | - |
| XYZ | 1.21 | 0.72 | 2.08 | - |
| YUV | 20.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 40 | 0.10 | 0.78 | 0 | 0.84 | 292.26 | 0.63 | 0.1 |
| Hex | 24 | 9 | 28 | A | 4E | 0 | 54 | 124 | 3F | A |
| Octal | 44 | 11 | 50 | 12 | 116 | 0 | 124 | 444 | 77 | 12 |
| Binary | 100100 | 1001 | 101000 | 1010 | 1001110 | 0 | 1010100 | 100100100 | 111111 | 1010 |
Color Harmonies of #240928
Complementary color
Monochromatic Colors of #240928
Black with #240928
Text Example
Text Example
White with #240928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240928; }
p { color: rgb(36,9,40); }
H1.HeaderClassName
{
color: #240928;
}
.AnyTagClassName
{
color: #240928;
}
</style>
background-color css
<style>
a { background-color: #240928; }
a { background-color: rgb(36,9,40); }
div.DivClassName
{
background-color: #240928;
}
.BgClassName
{
background-color: #240928;
}
</style>
border-color css
<style>
span { border-color: #240928; }
span { border-color: rgb(36,9,40); }
td.TdClassName
{
border-color: #240928;
}
.TagClassName
{
border-color: #240928;
}
</style>