Shades of Blackcurrant #240339
Tints of Blackcurrant #240339
RGB
CMYK
RGB Variations
Color information
#240339 (or 0x240339) is known color: Blackcurrant. HEX triplet: 24, 03 and 39. RGB value is (36,3,57). Sum of RGB (Red+Green+Blue) = 36+3+57=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 57 (22.66% from 255 or 59.38% from 96); Max value from RGB is 57 - color contains mainly: blue. Hex color #240339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240339 is #DBFCC6. Grayscale: #121212. Windows color (decimal): -14417095 or 3736356. OLE color: 3736356.
HSL color Cylindrical-coordinate representation of color #240339: hue angle of 276.67º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240339 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 3 | 57 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.78 |
| HSL | 276.67º | 0.9% | 0.12% | - |
| HSV(B) | 276.67º | 0.95% | 0.22% | - |
| XYZ | 1.5 | 0.74 | 3.93 | - |
| YUV | 19.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 57 | 0.37 | 0.95 | 0 | 0.78 | 276.67 | 0.9 | 0.12 |
| Hex | 24 | 3 | 39 | 25 | 5F | 0 | 4E | 115 | 5A | C |
| Octal | 44 | 3 | 71 | 45 | 137 | 0 | 116 | 425 | 132 | 14 |
| Binary | 100100 | 11 | 111001 | 100101 | 1011111 | 0 | 1001110 | 100010101 | 1011010 | 1100 |
Color Harmonies of #240339
Complementary color
Monochromatic Colors of #240339
Black with #240339
Text Example
Text Example
White with #240339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240339; }
p { color: rgb(36,3,57); }
H1.HeaderClassName
{
color: #240339;
}
.AnyTagClassName
{
color: #240339;
}
</style>
background-color css
<style>
a { background-color: #240339; }
a { background-color: rgb(36,3,57); }
div.DivClassName
{
background-color: #240339;
}
.BgClassName
{
background-color: #240339;
}
</style>
border-color css
<style>
span { border-color: #240339; }
span { border-color: rgb(36,3,57); }
td.TdClassName
{
border-color: #240339;
}
.TagClassName
{
border-color: #240339;
}
</style>