Shades of Blackcurrant #240B2B
Tints of Blackcurrant #240B2B
RGB
CMYK
RGB Variations
Color information
#240B2B (or 0x240B2B) is known color: Blackcurrant. HEX triplet: 24, 0B and 2B. RGB value is (36,11,43). Sum of RGB (Red+Green+Blue) = 36+11+43=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #240B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B2B is #DBF4D4. Grayscale: #161616. Windows color (decimal): -14415061 or 2820900. OLE color: 2820900.
HSL color Cylindrical-coordinate representation of color #240B2B: hue angle of 286.88º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #240B2B is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 11 | 43 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.83 |
| HSL | 286.88º | 0.59% | 0.11% | - |
| HSV(B) | 286.88º | 0.74% | 0.17% | - |
| XYZ | 1.28 | 0.79 | 2.37 | - |
| YUV | 22.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 43 | 0.16 | 0.74 | 0 | 0.83 | 286.88 | 0.59 | 0.11 |
| Hex | 24 | B | 2B | 10 | 4A | 0 | 53 | 11F | 3B | B |
| Octal | 44 | 13 | 53 | 20 | 112 | 0 | 123 | 437 | 73 | 13 |
| Binary | 100100 | 1011 | 101011 | 10000 | 1001010 | 0 | 1010011 | 100011111 | 111011 | 1011 |
Color Harmonies of #240B2B
Complementary color
Monochromatic Colors of #240B2B
Black with #240B2B
Text Example
Text Example
White with #240B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B2B; }
p { color: rgb(36,11,43); }
H1.HeaderClassName
{
color: #240B2B;
}
.AnyTagClassName
{
color: #240B2B;
}
</style>
background-color css
<style>
a { background-color: #240B2B; }
a { background-color: rgb(36,11,43); }
div.DivClassName
{
background-color: #240B2B;
}
.BgClassName
{
background-color: #240B2B;
}
</style>
border-color css
<style>
span { border-color: #240B2B; }
span { border-color: rgb(36,11,43); }
td.TdClassName
{
border-color: #240B2B;
}
.TagClassName
{
border-color: #240B2B;
}
</style>