Shades of Blackcurrant #240B33
Tints of Blackcurrant #240B33
RGB
CMYK
RGB Variations
Color information
#240B33 (or 0x240B33) is known color: Blackcurrant. HEX triplet: 24, 0B and 33. RGB value is (36,11,51). Sum of RGB (Red+Green+Blue) = 36+11+51=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #240B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B33 is #DBF4CC. Grayscale: #161616. Windows color (decimal): -14415053 or 3345188. OLE color: 3345188.
HSL color Cylindrical-coordinate representation of color #240B33: hue angle of 277.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240B33 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 36 | 11 | 51 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.8 |
| HSL | 277.5º | 0.65% | 0.12% | - |
| HSV(B) | 277.5º | 0.78% | 0.2% | - |
| XYZ | 1.44 | 0.85 | 3.22 | - |
| YUV | 23.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 51 | 0.29 | 0.78 | 0 | 0.8 | 277.5 | 0.65 | 0.12 |
| Hex | 24 | B | 33 | 1D | 4E | 0 | 50 | 116 | 41 | C |
| Octal | 44 | 13 | 63 | 35 | 116 | 0 | 120 | 426 | 101 | 14 |
| Binary | 100100 | 1011 | 110011 | 11101 | 1001110 | 0 | 1010000 | 100010110 | 1000001 | 1100 |
Color Harmonies of #240B33
Complementary color
Monochromatic Colors of #240B33
Black with #240B33
Text Example
Text Example
White with #240B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B33; }
p { color: rgb(36,11,51); }
H1.HeaderClassName
{
color: #240B33;
}
.AnyTagClassName
{
color: #240B33;
}
</style>
background-color css
<style>
a { background-color: #240B33; }
a { background-color: rgb(36,11,51); }
div.DivClassName
{
background-color: #240B33;
}
.BgClassName
{
background-color: #240B33;
}
</style>
border-color css
<style>
span { border-color: #240B33; }
span { border-color: rgb(36,11,51); }
td.TdClassName
{
border-color: #240B33;
}
.TagClassName
{
border-color: #240B33;
}
</style>