Shades of Blackcurrant #240538
Tints of Blackcurrant #240538
RGB
CMYK
RGB Variations
Color information
#240538 (or 0x240538) is known color: Blackcurrant. HEX triplet: 24, 05 and 38. RGB value is (36,5,56). Sum of RGB (Red+Green+Blue) = 36+5+56=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #240538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240538 is #DBFAC7. Grayscale: #131313. Windows color (decimal): -14416584 or 3671332. OLE color: 3671332.
HSL color Cylindrical-coordinate representation of color #240538: hue angle of 276.47º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240538 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 5 | 56 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.78 |
| HSL | 276.47º | 0.84% | 0.12% | - |
| HSV(B) | 276.47º | 0.91% | 0.22% | - |
| XYZ | 1.5 | 0.77 | 3.81 | - |
| YUV | 20.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 56 | 0.36 | 0.91 | 0 | 0.78 | 276.47 | 0.84 | 0.12 |
| Hex | 24 | 5 | 38 | 24 | 5B | 0 | 4E | 114 | 54 | C |
| Octal | 44 | 5 | 70 | 44 | 133 | 0 | 116 | 424 | 124 | 14 |
| Binary | 100100 | 101 | 111000 | 100100 | 1011011 | 0 | 1001110 | 100010100 | 1010100 | 1100 |
Color Harmonies of #240538
Complementary color
Monochromatic Colors of #240538
Black with #240538
Text Example
Text Example
White with #240538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240538; }
p { color: rgb(36,5,56); }
H1.HeaderClassName
{
color: #240538;
}
.AnyTagClassName
{
color: #240538;
}
</style>
background-color css
<style>
a { background-color: #240538; }
a { background-color: rgb(36,5,56); }
div.DivClassName
{
background-color: #240538;
}
.BgClassName
{
background-color: #240538;
}
</style>
border-color css
<style>
span { border-color: #240538; }
span { border-color: rgb(36,5,56); }
td.TdClassName
{
border-color: #240538;
}
.TagClassName
{
border-color: #240538;
}
</style>