Shades of Blackcurrant #240043
Tints of Blackcurrant #240043
RGB
CMYK
RGB Variations
Color information
#240043 (or 0x240043) is known color: Blackcurrant. HEX triplet: 24, 00 and 43. RGB value is (36,0,67). Sum of RGB (Red+Green+Blue) = 36+0+67=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 67 (26.56% from 255 or 65.05% from 103); Max value from RGB is 67 - color contains mainly: blue. Hex color #240043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240043 is #DBFFBC. Grayscale: #121212. Windows color (decimal): -14417853 or 4390948. OLE color: 4390948.
HSL color Cylindrical-coordinate representation of color #240043: hue angle of 272.24º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240043 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 0 | 67 | - |
| CMYK | 0.46 | 1 | 0 | 0.74 |
| HSL | 272.24º | 1% | 0.13% | - |
| HSV(B) | 272.24º | 1% | 0.26% | - |
| XYZ | 1.74 | 0.78 | 5.37 | - |
| YUV | 18.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 67 | 0.46 | 1 | 0 | 0.74 | 272.24 | 1 | 0.13 |
| Hex | 24 | 0 | 43 | 2E | 64 | 0 | 4A | 110 | 64 | D |
| Octal | 44 | 0 | 103 | 56 | 144 | 0 | 112 | 420 | 144 | 15 |
| Binary | 100100 | 0 | 1000011 | 101110 | 1100100 | 0 | 1001010 | 100010000 | 1100100 | 1101 |
Color Harmonies of #240043
Complementary color
Monochromatic Colors of #240043
Black with #240043
Text Example
Text Example
White with #240043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240043; }
p { color: rgb(36,0,67); }
H1.HeaderClassName
{
color: #240043;
}
.AnyTagClassName
{
color: #240043;
}
</style>
background-color css
<style>
a { background-color: #240043; }
a { background-color: rgb(36,0,67); }
div.DivClassName
{
background-color: #240043;
}
.BgClassName
{
background-color: #240043;
}
</style>
border-color css
<style>
span { border-color: #240043; }
span { border-color: rgb(36,0,67); }
td.TdClassName
{
border-color: #240043;
}
.TagClassName
{
border-color: #240043;
}
</style>