Shades of Blackcurrant #24123B
Tints of Blackcurrant #24123B
RGB
CMYK
RGB Variations
Color information
#24123B (or 0x24123B) is known color: Blackcurrant. HEX triplet: 24, 12 and 3B. RGB value is (36,18,59). Sum of RGB (Red+Green+Blue) = 36+18+59=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #24123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24123B is #DBEDC4. Grayscale: #1B1B1B. Windows color (decimal): -14413253 or 3871268. OLE color: 3871268.
HSL color Cylindrical-coordinate representation of color #24123B: hue angle of 266.34º 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 #24123B is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 18 | 59 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.77 |
| HSL | 266.34º | 0.53% | 0.15% | - |
| HSV(B) | 266.34º | 0.69% | 0.23% | - |
| XYZ | 1.73 | 1.12 | 4.26 | - |
| YUV | 28.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 59 | 0.39 | 0.69 | 0 | 0.77 | 266.34 | 0.53 | 0.15 |
| Hex | 24 | 12 | 3B | 27 | 45 | 0 | 4D | 10A | 35 | F |
| Octal | 44 | 22 | 73 | 47 | 105 | 0 | 115 | 412 | 65 | 17 |
| Binary | 100100 | 10010 | 111011 | 100111 | 1000101 | 0 | 1001101 | 100001010 | 110101 | 1111 |
Color Harmonies of #24123B
Complementary color
Monochromatic Colors of #24123B
Black with #24123B
Text Example
Text Example
White with #24123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24123B; }
p { color: rgb(36,18,59); }
H1.HeaderClassName
{
color: #24123B;
}
.AnyTagClassName
{
color: #24123B;
}
</style>
background-color css
<style>
a { background-color: #24123B; }
a { background-color: rgb(36,18,59); }
div.DivClassName
{
background-color: #24123B;
}
.BgClassName
{
background-color: #24123B;
}
</style>
border-color css
<style>
span { border-color: #24123B; }
span { border-color: rgb(36,18,59); }
td.TdClassName
{
border-color: #24123B;
}
.TagClassName
{
border-color: #24123B;
}
</style>