Shades of Blackcurrant #240B44
Tints of Blackcurrant #240B44
RGB
CMYK
RGB Variations
Color information
#240B44 (or 0x240B44) is known color: Blackcurrant. HEX triplet: 24, 0B and 44. RGB value is (36,11,68). Sum of RGB (Red+Green+Blue) = 36+11+68=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #240B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B44 is #DBF4BB. Grayscale: #181818. Windows color (decimal): -14415036 or 4459300. OLE color: 4459300.
HSL color Cylindrical-coordinate representation of color #240B44: hue angle of 266.32º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #240B44 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 11 | 68 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.73 |
| HSL | 266.32º | 0.72% | 0.15% | - |
| HSV(B) | 266.32º | 0.84% | 0.27% | - |
| XYZ | 1.89 | 1.03 | 5.57 | - |
| YUV | 24.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 68 | 0.47 | 0.84 | 0 | 0.73 | 266.32 | 0.72 | 0.15 |
| Hex | 24 | B | 44 | 2F | 54 | 0 | 49 | 10A | 48 | F |
| Octal | 44 | 13 | 104 | 57 | 124 | 0 | 111 | 412 | 110 | 17 |
| Binary | 100100 | 1011 | 1000100 | 101111 | 1010100 | 0 | 1001001 | 100001010 | 1001000 | 1111 |
Color Harmonies of #240B44
Complementary color
Monochromatic Colors of #240B44
Black with #240B44
Text Example
Text Example
White with #240B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B44; }
p { color: rgb(36,11,68); }
H1.HeaderClassName
{
color: #240B44;
}
.AnyTagClassName
{
color: #240B44;
}
</style>
background-color css
<style>
a { background-color: #240B44; }
a { background-color: rgb(36,11,68); }
div.DivClassName
{
background-color: #240B44;
}
.BgClassName
{
background-color: #240B44;
}
</style>
border-color css
<style>
span { border-color: #240B44; }
span { border-color: rgb(36,11,68); }
td.TdClassName
{
border-color: #240B44;
}
.TagClassName
{
border-color: #240B44;
}
</style>