Shades of Blackcurrant #24022A
Tints of Blackcurrant #24022A
RGB
CMYK
RGB Variations
Color information
#24022A (or 0x24022A) is known color: Blackcurrant. HEX triplet: 24, 02 and 2A. RGB value is (36,2,42). Sum of RGB (Red+Green+Blue) = 36+2+42=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #24022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24022A is #DBFDD5. Grayscale: #101010. Windows color (decimal): -14417366 or 2753060. OLE color: 2753060.
HSL color Cylindrical-coordinate representation of color #24022A: hue angle of 291º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24022A is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 2 | 42 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.84 |
| HSL | 291º | 0.91% | 0.09% | - |
| HSV(B) | 291º | 0.95% | 0.16% | - |
| XYZ | 1.17 | 0.59 | 2.24 | - |
| YUV | 16.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 42 | 0.14 | 0.95 | 0 | 0.84 | 291 | 0.91 | 0.09 |
| Hex | 24 | 2 | 2A | E | 5F | 0 | 54 | 123 | 5B | 9 |
| Octal | 44 | 2 | 52 | 16 | 137 | 0 | 124 | 443 | 133 | 11 |
| Binary | 100100 | 10 | 101010 | 1110 | 1011111 | 0 | 1010100 | 100100011 | 1011011 | 1001 |
Color Harmonies of #24022A
Complementary color
Monochromatic Colors of #24022A
Black with #24022A
Text Example
Text Example
White with #24022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24022A; }
p { color: rgb(36,2,42); }
H1.HeaderClassName
{
color: #24022A;
}
.AnyTagClassName
{
color: #24022A;
}
</style>
background-color css
<style>
a { background-color: #24022A; }
a { background-color: rgb(36,2,42); }
div.DivClassName
{
background-color: #24022A;
}
.BgClassName
{
background-color: #24022A;
}
</style>
border-color css
<style>
span { border-color: #24022A; }
span { border-color: rgb(36,2,42); }
td.TdClassName
{
border-color: #24022A;
}
.TagClassName
{
border-color: #24022A;
}
</style>