Shades of Blackcurrant #24123A
Tints of Blackcurrant #24123A
RGB
CMYK
RGB Variations
Color information
#24123A (or 0x24123A) is known color: Blackcurrant. HEX triplet: 24, 12 and 3A. RGB value is (36,18,58). Sum of RGB (Red+Green+Blue) = 36+18+58=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #24123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24123A is #DBEDC5. Grayscale: #1B1B1B. Windows color (decimal): -14413254 or 3805732. OLE color: 3805732.
HSL color Cylindrical-coordinate representation of color #24123A: hue angle of 267º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24123A is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 18 | 58 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.77 |
| HSL | 267º | 0.53% | 0.15% | - |
| HSV(B) | 267º | 0.69% | 0.23% | - |
| XYZ | 1.71 | 1.11 | 4.13 | - |
| YUV | 27.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 58 | 0.38 | 0.69 | 0 | 0.77 | 267 | 0.53 | 0.15 |
| Hex | 24 | 12 | 3A | 26 | 45 | 0 | 4D | 10B | 35 | F |
| Octal | 44 | 22 | 72 | 46 | 105 | 0 | 115 | 413 | 65 | 17 |
| Binary | 100100 | 10010 | 111010 | 100110 | 1000101 | 0 | 1001101 | 100001011 | 110101 | 1111 |
Color Harmonies of #24123A
Complementary color
Monochromatic Colors of #24123A
Black with #24123A
Text Example
Text Example
White with #24123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24123A; }
p { color: rgb(36,18,58); }
H1.HeaderClassName
{
color: #24123A;
}
.AnyTagClassName
{
color: #24123A;
}
</style>
background-color css
<style>
a { background-color: #24123A; }
a { background-color: rgb(36,18,58); }
div.DivClassName
{
background-color: #24123A;
}
.BgClassName
{
background-color: #24123A;
}
</style>
border-color css
<style>
span { border-color: #24123A; }
span { border-color: rgb(36,18,58); }
td.TdClassName
{
border-color: #24123A;
}
.TagClassName
{
border-color: #24123A;
}
</style>