Shades of Blackcurrant #240336
Tints of Blackcurrant #240336
RGB
CMYK
RGB Variations
Color information
#240336 (or 0x240336) is known color: Blackcurrant. HEX triplet: 24, 03 and 36. RGB value is (36,3,54). Sum of RGB (Red+Green+Blue) = 36+3+54=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #240336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240336 is #DBFCC9. Grayscale: #121212. Windows color (decimal): -14417098 or 3539748. OLE color: 3539748.
HSL color Cylindrical-coordinate representation of color #240336: hue angle of 278.82º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240336 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 3 | 54 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.79 |
| HSL | 278.82º | 0.89% | 0.11% | - |
| HSV(B) | 278.82º | 0.94% | 0.21% | - |
| XYZ | 1.43 | 0.71 | 3.55 | - |
| YUV | 18.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 54 | 0.33 | 0.94 | 0 | 0.79 | 278.82 | 0.89 | 0.11 |
| Hex | 24 | 3 | 36 | 21 | 5E | 0 | 4F | 117 | 59 | B |
| Octal | 44 | 3 | 66 | 41 | 136 | 0 | 117 | 427 | 131 | 13 |
| Binary | 100100 | 11 | 110110 | 100001 | 1011110 | 0 | 1001111 | 100010111 | 1011001 | 1011 |
Color Harmonies of #240336
Complementary color
Monochromatic Colors of #240336
Black with #240336
Text Example
Text Example
White with #240336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240336; }
p { color: rgb(36,3,54); }
H1.HeaderClassName
{
color: #240336;
}
.AnyTagClassName
{
color: #240336;
}
</style>
background-color css
<style>
a { background-color: #240336; }
a { background-color: rgb(36,3,54); }
div.DivClassName
{
background-color: #240336;
}
.BgClassName
{
background-color: #240336;
}
</style>
border-color css
<style>
span { border-color: #240336; }
span { border-color: rgb(36,3,54); }
td.TdClassName
{
border-color: #240336;
}
.TagClassName
{
border-color: #240336;
}
</style>