Shades of Blackcurrant #240346
Tints of Blackcurrant #240346
RGB
CMYK
RGB Variations
Color information
#240346 (or 0x240346) is known color: Blackcurrant. HEX triplet: 24, 03 and 46. RGB value is (36,3,70). Sum of RGB (Red+Green+Blue) = 36+3+70=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #240346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240346 is #DBFCB9. Grayscale: #141414. Windows color (decimal): -14417082 or 4588324. OLE color: 4588324.
HSL color Cylindrical-coordinate representation of color #240346: hue angle of 269.55º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240346 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 3 | 70 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.73 |
| HSL | 269.55º | 0.92% | 0.14% | - |
| HSV(B) | 269.55º | 0.96% | 0.27% | - |
| XYZ | 1.87 | 0.88 | 5.87 | - |
| YUV | 20.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 70 | 0.49 | 0.96 | 0 | 0.73 | 269.55 | 0.92 | 0.14 |
| Hex | 24 | 3 | 46 | 31 | 60 | 0 | 49 | 10E | 5C | E |
| Octal | 44 | 3 | 106 | 61 | 140 | 0 | 111 | 416 | 134 | 16 |
| Binary | 100100 | 11 | 1000110 | 110001 | 1100000 | 0 | 1001001 | 100001110 | 1011100 | 1110 |
Color Harmonies of #240346
Complementary color
Monochromatic Colors of #240346
Black with #240346
Text Example
Text Example
White with #240346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240346; }
p { color: rgb(36,3,70); }
H1.HeaderClassName
{
color: #240346;
}
.AnyTagClassName
{
color: #240346;
}
</style>
background-color css
<style>
a { background-color: #240346; }
a { background-color: rgb(36,3,70); }
div.DivClassName
{
background-color: #240346;
}
.BgClassName
{
background-color: #240346;
}
</style>
border-color css
<style>
span { border-color: #240346; }
span { border-color: rgb(36,3,70); }
td.TdClassName
{
border-color: #240346;
}
.TagClassName
{
border-color: #240346;
}
</style>