Shades of Blackcurrant #240C2E
Tints of Blackcurrant #240C2E
RGB
CMYK
RGB Variations
Color information
#240C2E (or 0x240C2E) is known color: Blackcurrant. HEX triplet: 24, 0C and 2E. RGB value is (36,12,46). Sum of RGB (Red+Green+Blue) = 36+12+46=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #240C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C2E is #DBF3D1. Grayscale: #161616. Windows color (decimal): -14414802 or 3017764. OLE color: 3017764.
HSL color Cylindrical-coordinate representation of color #240C2E: hue angle of 282.35º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #240C2E is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 12 | 46 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.82 |
| HSL | 282.35º | 0.59% | 0.11% | - |
| HSV(B) | 282.35º | 0.74% | 0.18% | - |
| XYZ | 1.35 | 0.84 | 2.67 | - |
| YUV | 23.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 46 | 0.22 | 0.74 | 0 | 0.82 | 282.35 | 0.59 | 0.11 |
| Hex | 24 | C | 2E | 16 | 4A | 0 | 52 | 11A | 3B | B |
| Octal | 44 | 14 | 56 | 26 | 112 | 0 | 122 | 432 | 73 | 13 |
| Binary | 100100 | 1100 | 101110 | 10110 | 1001010 | 0 | 1010010 | 100011010 | 111011 | 1011 |
Color Harmonies of #240C2E
Complementary color
Monochromatic Colors of #240C2E
Black with #240C2E
Text Example
Text Example
White with #240C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C2E; }
p { color: rgb(36,12,46); }
H1.HeaderClassName
{
color: #240C2E;
}
.AnyTagClassName
{
color: #240C2E;
}
</style>
background-color css
<style>
a { background-color: #240C2E; }
a { background-color: rgb(36,12,46); }
div.DivClassName
{
background-color: #240C2E;
}
.BgClassName
{
background-color: #240C2E;
}
</style>
border-color css
<style>
span { border-color: #240C2E; }
span { border-color: rgb(36,12,46); }
td.TdClassName
{
border-color: #240C2E;
}
.TagClassName
{
border-color: #240C2E;
}
</style>