Shades of Blackcurrant #240047
Tints of Blackcurrant #240047
RGB
CMYK
RGB Variations
Color information
#240047 (or 0x240047) is known color: Blackcurrant. HEX triplet: 24, 00 and 47. RGB value is (36,0,71). Sum of RGB (Red+Green+Blue) = 36+0+71=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #240047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240047 is #DBFFB8. Grayscale: #121212. Windows color (decimal): -14417849 or 4653092. OLE color: 4653092.
HSL color Cylindrical-coordinate representation of color #240047: hue angle of 270.42º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240047 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 0 | 71 | - |
| CMYK | 0.49 | 1 | 0 | 0.72 |
| HSL | 270.42º | 1% | 0.14% | - |
| HSV(B) | 270.42º | 1% | 0.28% | - |
| XYZ | 1.86 | 0.83 | 6.02 | - |
| YUV | 18.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 71 | 0.49 | 1 | 0 | 0.72 | 270.42 | 1 | 0.14 |
| Hex | 24 | 0 | 47 | 31 | 64 | 0 | 48 | 10E | 64 | E |
| Octal | 44 | 0 | 107 | 61 | 144 | 0 | 110 | 416 | 144 | 16 |
| Binary | 100100 | 0 | 1000111 | 110001 | 1100100 | 0 | 1001000 | 100001110 | 1100100 | 1110 |
Color Harmonies of #240047
Complementary color
Monochromatic Colors of #240047
Black with #240047
Text Example
Text Example
White with #240047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240047; }
p { color: rgb(36,0,71); }
H1.HeaderClassName
{
color: #240047;
}
.AnyTagClassName
{
color: #240047;
}
</style>
background-color css
<style>
a { background-color: #240047; }
a { background-color: rgb(36,0,71); }
div.DivClassName
{
background-color: #240047;
}
.BgClassName
{
background-color: #240047;
}
</style>
border-color css
<style>
span { border-color: #240047; }
span { border-color: rgb(36,0,71); }
td.TdClassName
{
border-color: #240047;
}
.TagClassName
{
border-color: #240047;
}
</style>