Shades of Blackcurrant #240B42
Tints of Blackcurrant #240B42
RGB
CMYK
RGB Variations
Color information
#240B42 (or 0x240B42) is known color: Blackcurrant. HEX triplet: 24, 0B and 42. RGB value is (36,11,66). Sum of RGB (Red+Green+Blue) = 36+11+66=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 66 (26.17% from 255 or 58.41% from 113); Max value from RGB is 66 - color contains mainly: blue. Hex color #240B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B42 is #DBF4BD. Grayscale: #181818. Windows color (decimal): -14415038 or 4328228. OLE color: 4328228.
HSL color Cylindrical-coordinate representation of color #240B42: hue angle of 267.27º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240B42 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 11 | 66 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.74 |
| HSL | 267.27º | 0.71% | 0.15% | - |
| HSV(B) | 267.27º | 0.83% | 0.26% | - |
| XYZ | 1.83 | 1.01 | 5.25 | - |
| YUV | 24.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 66 | 0.45 | 0.83 | 0 | 0.74 | 267.27 | 0.71 | 0.15 |
| Hex | 24 | B | 42 | 2D | 53 | 0 | 4A | 10B | 47 | F |
| Octal | 44 | 13 | 102 | 55 | 123 | 0 | 112 | 413 | 107 | 17 |
| Binary | 100100 | 1011 | 1000010 | 101101 | 1010011 | 0 | 1001010 | 100001011 | 1000111 | 1111 |
Color Harmonies of #240B42
Complementary color
Monochromatic Colors of #240B42
Black with #240B42
Text Example
Text Example
White with #240B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B42; }
p { color: rgb(36,11,66); }
H1.HeaderClassName
{
color: #240B42;
}
.AnyTagClassName
{
color: #240B42;
}
</style>
background-color css
<style>
a { background-color: #240B42; }
a { background-color: rgb(36,11,66); }
div.DivClassName
{
background-color: #240B42;
}
.BgClassName
{
background-color: #240B42;
}
</style>
border-color css
<style>
span { border-color: #240B42; }
span { border-color: rgb(36,11,66); }
td.TdClassName
{
border-color: #240B42;
}
.TagClassName
{
border-color: #240B42;
}
</style>