Shades of Blackcurrant #240B2C
Tints of Blackcurrant #240B2C
RGB
CMYK
RGB Variations
Color information
#240B2C (or 0x240B2C) is known color: Blackcurrant. HEX triplet: 24, 0B and 2C. RGB value is (36,11,44). Sum of RGB (Red+Green+Blue) = 36+11+44=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #240B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B2C is #DBF4D3. Grayscale: #161616. Windows color (decimal): -14415060 or 2886436. OLE color: 2886436.
HSL color Cylindrical-coordinate representation of color #240B2C: hue angle of 285.45º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #240B2C is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 11 | 44 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.83 |
| HSL | 285.45º | 0.6% | 0.11% | - |
| HSV(B) | 285.45º | 0.75% | 0.17% | - |
| XYZ | 1.3 | 0.8 | 2.47 | - |
| YUV | 22.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 44 | 0.18 | 0.75 | 0 | 0.83 | 285.45 | 0.6 | 0.11 |
| Hex | 24 | B | 2C | 12 | 4B | 0 | 53 | 11D | 3C | B |
| Octal | 44 | 13 | 54 | 22 | 113 | 0 | 123 | 435 | 74 | 13 |
| Binary | 100100 | 1011 | 101100 | 10010 | 1001011 | 0 | 1010011 | 100011101 | 111100 | 1011 |
Color Harmonies of #240B2C
Complementary color
Monochromatic Colors of #240B2C
Black with #240B2C
Text Example
Text Example
White with #240B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B2C; }
p { color: rgb(36,11,44); }
H1.HeaderClassName
{
color: #240B2C;
}
.AnyTagClassName
{
color: #240B2C;
}
</style>
background-color css
<style>
a { background-color: #240B2C; }
a { background-color: rgb(36,11,44); }
div.DivClassName
{
background-color: #240B2C;
}
.BgClassName
{
background-color: #240B2C;
}
</style>
border-color css
<style>
span { border-color: #240B2C; }
span { border-color: rgb(36,11,44); }
td.TdClassName
{
border-color: #240B2C;
}
.TagClassName
{
border-color: #240B2C;
}
</style>