Shades of Blackcurrant #240136
Tints of Blackcurrant #240136
RGB
CMYK
RGB Variations
Color information
#240136 (or 0x240136) is known color: Blackcurrant. HEX triplet: 24, 01 and 36. RGB value is (36,1,54). Sum of RGB (Red+Green+Blue) = 36+1+54=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #240136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240136 is #DBFEC9. Grayscale: #111111. Windows color (decimal): -14417610 or 3539236. OLE color: 3539236.
HSL color Cylindrical-coordinate representation of color #240136: hue angle of 279.62º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240136 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 1 | 54 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.79 |
| HSL | 279.62º | 0.96% | 0.11% | - |
| HSV(B) | 279.62º | 0.98% | 0.21% | - |
| XYZ | 1.4 | 0.66 | 3.54 | - |
| YUV | 17.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 54 | 0.33 | 0.98 | 0 | 0.79 | 279.62 | 0.96 | 0.11 |
| Hex | 24 | 1 | 36 | 21 | 62 | 0 | 4F | 118 | 60 | B |
| Octal | 44 | 1 | 66 | 41 | 142 | 0 | 117 | 430 | 140 | 13 |
| Binary | 100100 | 1 | 110110 | 100001 | 1100010 | 0 | 1001111 | 100011000 | 1100000 | 1011 |
Color Harmonies of #240136
Complementary color
Monochromatic Colors of #240136
Black with #240136
Text Example
Text Example
White with #240136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240136; }
p { color: rgb(36,1,54); }
H1.HeaderClassName
{
color: #240136;
}
.AnyTagClassName
{
color: #240136;
}
</style>
background-color css
<style>
a { background-color: #240136; }
a { background-color: rgb(36,1,54); }
div.DivClassName
{
background-color: #240136;
}
.BgClassName
{
background-color: #240136;
}
</style>
border-color css
<style>
span { border-color: #240136; }
span { border-color: rgb(36,1,54); }
td.TdClassName
{
border-color: #240136;
}
.TagClassName
{
border-color: #240136;
}
</style>