Shades of Blackcurrant #240938
Tints of Blackcurrant #240938
RGB
CMYK
RGB Variations
Color information
#240938 (or 0x240938) is known color: Blackcurrant. HEX triplet: 24, 09 and 38. RGB value is (36,9,56). Sum of RGB (Red+Green+Blue) = 36+9+56=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #240938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240938 is #DBF6C7. Grayscale: #161616. Windows color (decimal): -14415560 or 3672356. OLE color: 3672356.
HSL color Cylindrical-coordinate representation of color #240938: hue angle of 274.47º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #240938 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 9 | 56 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.78 |
| HSL | 274.47º | 0.72% | 0.13% | - |
| HSV(B) | 274.47º | 0.84% | 0.22% | - |
| XYZ | 1.54 | 0.86 | 3.83 | - |
| YUV | 22.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 56 | 0.36 | 0.84 | 0 | 0.78 | 274.47 | 0.72 | 0.13 |
| Hex | 24 | 9 | 38 | 24 | 54 | 0 | 4E | 112 | 48 | D |
| Octal | 44 | 11 | 70 | 44 | 124 | 0 | 116 | 422 | 110 | 15 |
| Binary | 100100 | 1001 | 111000 | 100100 | 1010100 | 0 | 1001110 | 100010010 | 1001000 | 1101 |
Color Harmonies of #240938
Complementary color
Monochromatic Colors of #240938
Black with #240938
Text Example
Text Example
White with #240938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240938; }
p { color: rgb(36,9,56); }
H1.HeaderClassName
{
color: #240938;
}
.AnyTagClassName
{
color: #240938;
}
</style>
background-color css
<style>
a { background-color: #240938; }
a { background-color: rgb(36,9,56); }
div.DivClassName
{
background-color: #240938;
}
.BgClassName
{
background-color: #240938;
}
</style>
border-color css
<style>
span { border-color: #240938; }
span { border-color: rgb(36,9,56); }
td.TdClassName
{
border-color: #240938;
}
.TagClassName
{
border-color: #240938;
}
</style>