Shades of Blackcurrant #24012B
Tints of Blackcurrant #24012B
RGB
CMYK
RGB Variations
Color information
#24012B (or 0x24012B) is known color: Blackcurrant. HEX triplet: 24, 01 and 2B. RGB value is (36,1,43). Sum of RGB (Red+Green+Blue) = 36+1+43=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #24012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24012B is #DBFED4. Grayscale: #101010. Windows color (decimal): -14417621 or 2818340. OLE color: 2818340.
HSL color Cylindrical-coordinate representation of color #24012B: hue angle of 290º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24012B is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 1 | 43 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.83 |
| HSL | 290º | 0.95% | 0.09% | - |
| HSV(B) | 290º | 0.98% | 0.17% | - |
| XYZ | 1.17 | 0.57 | 2.33 | - |
| YUV | 16.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 43 | 0.16 | 0.98 | 0 | 0.83 | 290 | 0.95 | 0.09 |
| Hex | 24 | 1 | 2B | 10 | 62 | 0 | 53 | 122 | 5F | 9 |
| Octal | 44 | 1 | 53 | 20 | 142 | 0 | 123 | 442 | 137 | 11 |
| Binary | 100100 | 1 | 101011 | 10000 | 1100010 | 0 | 1010011 | 100100010 | 1011111 | 1001 |
Color Harmonies of #24012B
Complementary color
Monochromatic Colors of #24012B
Black with #24012B
Text Example
Text Example
White with #24012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24012B; }
p { color: rgb(36,1,43); }
H1.HeaderClassName
{
color: #24012B;
}
.AnyTagClassName
{
color: #24012B;
}
</style>
background-color css
<style>
a { background-color: #24012B; }
a { background-color: rgb(36,1,43); }
div.DivClassName
{
background-color: #24012B;
}
.BgClassName
{
background-color: #24012B;
}
</style>
border-color css
<style>
span { border-color: #24012B; }
span { border-color: rgb(36,1,43); }
td.TdClassName
{
border-color: #24012B;
}
.TagClassName
{
border-color: #24012B;
}
</style>