Shades of Blackcurrant #240B30
Tints of Blackcurrant #240B30
RGB
CMYK
RGB Variations
Color information
#240B30 (or 0x240B30) is known color: Blackcurrant. HEX triplet: 24, 0B and 30. RGB value is (36,11,48). Sum of RGB (Red+Green+Blue) = 36+11+48=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #240B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B30 is #DBF4CF. Grayscale: #161616. Windows color (decimal): -14415056 or 3148580. OLE color: 3148580.
HSL color Cylindrical-coordinate representation of color #240B30: hue angle of 280.54º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #240B30 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 11 | 48 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.81 |
| HSL | 280.54º | 0.63% | 0.12% | - |
| HSV(B) | 280.54º | 0.77% | 0.19% | - |
| XYZ | 1.38 | 0.83 | 2.88 | - |
| YUV | 22.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 48 | 0.25 | 0.77 | 0 | 0.81 | 280.54 | 0.63 | 0.12 |
| Hex | 24 | B | 30 | 19 | 4D | 0 | 51 | 119 | 3F | C |
| Octal | 44 | 13 | 60 | 31 | 115 | 0 | 121 | 431 | 77 | 14 |
| Binary | 100100 | 1011 | 110000 | 11001 | 1001101 | 0 | 1010001 | 100011001 | 111111 | 1100 |
Color Harmonies of #240B30
Complementary color
Monochromatic Colors of #240B30
Black with #240B30
Text Example
Text Example
White with #240B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B30; }
p { color: rgb(36,11,48); }
H1.HeaderClassName
{
color: #240B30;
}
.AnyTagClassName
{
color: #240B30;
}
</style>
background-color css
<style>
a { background-color: #240B30; }
a { background-color: rgb(36,11,48); }
div.DivClassName
{
background-color: #240B30;
}
.BgClassName
{
background-color: #240B30;
}
</style>
border-color css
<style>
span { border-color: #240B30; }
span { border-color: rgb(36,11,48); }
td.TdClassName
{
border-color: #240B30;
}
.TagClassName
{
border-color: #240B30;
}
</style>