Shades of Blackcurrant #24033C
Tints of Blackcurrant #24033C
RGB
CMYK
RGB Variations
Color information
#24033C (or 0x24033C) is known color: Blackcurrant. HEX triplet: 24, 03 and 3C. RGB value is (36,3,60). Sum of RGB (Red+Green+Blue) = 36+3+60=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 60 (23.83% from 255 or 60.61% from 99); Max value from RGB is 60 - color contains mainly: blue. Hex color #24033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24033C is #DBFCC3. Grayscale: #131313. Windows color (decimal): -14417092 or 3932964. OLE color: 3932964.
HSL color Cylindrical-coordinate representation of color #24033C: hue angle of 274.74º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24033C is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 3 | 60 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.76 |
| HSL | 274.74º | 0.9% | 0.12% | - |
| HSV(B) | 274.74º | 0.95% | 0.24% | - |
| XYZ | 1.58 | 0.77 | 4.34 | - |
| YUV | 19.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 60 | 0.40 | 0.95 | 0 | 0.76 | 274.74 | 0.9 | 0.12 |
| Hex | 24 | 3 | 3C | 28 | 5F | 0 | 4C | 113 | 5A | C |
| Octal | 44 | 3 | 74 | 50 | 137 | 0 | 114 | 423 | 132 | 14 |
| Binary | 100100 | 11 | 111100 | 101000 | 1011111 | 0 | 1001100 | 100010011 | 1011010 | 1100 |
Color Harmonies of #24033C
Complementary color
Monochromatic Colors of #24033C
Black with #24033C
Text Example
Text Example
White with #24033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24033C; }
p { color: rgb(36,3,60); }
H1.HeaderClassName
{
color: #24033C;
}
.AnyTagClassName
{
color: #24033C;
}
</style>
background-color css
<style>
a { background-color: #24033C; }
a { background-color: rgb(36,3,60); }
div.DivClassName
{
background-color: #24033C;
}
.BgClassName
{
background-color: #24033C;
}
</style>
border-color css
<style>
span { border-color: #24033C; }
span { border-color: rgb(36,3,60); }
td.TdClassName
{
border-color: #24033C;
}
.TagClassName
{
border-color: #24033C;
}
</style>