Shades of Blackcurrant #240147
Tints of Blackcurrant #240147
RGB
CMYK
RGB Variations
Color information
#240147 (or 0x240147) is known color: Blackcurrant. HEX triplet: 24, 01 and 47. RGB value is (36,1,71). Sum of RGB (Red+Green+Blue) = 36+1+71=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #240147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240147 is #DBFEB8. Grayscale: #131313. Windows color (decimal): -14417593 or 4653348. OLE color: 4653348.
HSL color Cylindrical-coordinate representation of color #240147: hue angle of 270º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240147 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 1 | 71 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.72 |
| HSL | 270º | 0.97% | 0.14% | - |
| HSV(B) | 270º | 0.99% | 0.28% | - |
| XYZ | 1.88 | 0.85 | 6.03 | - |
| YUV | 19.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 71 | 0.49 | 0.99 | 0 | 0.72 | 270 | 0.97 | 0.14 |
| Hex | 24 | 1 | 47 | 31 | 63 | 0 | 48 | 10E | 61 | E |
| Octal | 44 | 1 | 107 | 61 | 143 | 0 | 110 | 416 | 141 | 16 |
| Binary | 100100 | 1 | 1000111 | 110001 | 1100011 | 0 | 1001000 | 100001110 | 1100001 | 1110 |
Color Harmonies of #240147
Complementary color
Monochromatic Colors of #240147
Black with #240147
Text Example
Text Example
White with #240147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240147; }
p { color: rgb(36,1,71); }
H1.HeaderClassName
{
color: #240147;
}
.AnyTagClassName
{
color: #240147;
}
</style>
background-color css
<style>
a { background-color: #240147; }
a { background-color: rgb(36,1,71); }
div.DivClassName
{
background-color: #240147;
}
.BgClassName
{
background-color: #240147;
}
</style>
border-color css
<style>
span { border-color: #240147; }
span { border-color: rgb(36,1,71); }
td.TdClassName
{
border-color: #240147;
}
.TagClassName
{
border-color: #240147;
}
</style>