Shades of Blackcurrant #24093C
Tints of Blackcurrant #24093C
RGB
CMYK
RGB Variations
Color information
#24093C (or 0x24093C) is known color: Blackcurrant. HEX triplet: 24, 09 and 3C. RGB value is (36,9,60). Sum of RGB (Red+Green+Blue) = 36+9+60=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #24093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24093C is #DBF6C3. Grayscale: #161616. Windows color (decimal): -14415556 or 3934500. OLE color: 3934500.
HSL color Cylindrical-coordinate representation of color #24093C: hue angle of 271.76º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24093C is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 9 | 60 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.76 |
| HSL | 271.76º | 0.74% | 0.14% | - |
| HSV(B) | 271.76º | 0.85% | 0.24% | - |
| XYZ | 1.64 | 0.9 | 4.36 | - |
| YUV | 22.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 60 | 0.40 | 0.85 | 0 | 0.76 | 271.76 | 0.74 | 0.14 |
| Hex | 24 | 9 | 3C | 28 | 55 | 0 | 4C | 110 | 4A | E |
| Octal | 44 | 11 | 74 | 50 | 125 | 0 | 114 | 420 | 112 | 16 |
| Binary | 100100 | 1001 | 111100 | 101000 | 1010101 | 0 | 1001100 | 100010000 | 1001010 | 1110 |
Color Harmonies of #24093C
Complementary color
Monochromatic Colors of #24093C
Black with #24093C
Text Example
Text Example
White with #24093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24093C; }
p { color: rgb(36,9,60); }
H1.HeaderClassName
{
color: #24093C;
}
.AnyTagClassName
{
color: #24093C;
}
</style>
background-color css
<style>
a { background-color: #24093C; }
a { background-color: rgb(36,9,60); }
div.DivClassName
{
background-color: #24093C;
}
.BgClassName
{
background-color: #24093C;
}
</style>
border-color css
<style>
span { border-color: #24093C; }
span { border-color: rgb(36,9,60); }
td.TdClassName
{
border-color: #24093C;
}
.TagClassName
{
border-color: #24093C;
}
</style>