Shades of Blackcurrant #24032F
Tints of Blackcurrant #24032F
RGB
CMYK
RGB Variations
Color information
#24032F (or 0x24032F) is known color: Blackcurrant. HEX triplet: 24, 03 and 2F. RGB value is (36,3,47). Sum of RGB (Red+Green+Blue) = 36+3+47=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #24032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24032F is #DBFCD0. Grayscale: #111111. Windows color (decimal): -14417105 or 3080996. OLE color: 3080996.
HSL color Cylindrical-coordinate representation of color #24032F: hue angle of 285º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24032F is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 3 | 47 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.82 |
| HSL | 285º | 0.88% | 0.1% | - |
| HSV(B) | 285º | 0.94% | 0.18% | - |
| XYZ | 1.27 | 0.65 | 2.75 | - |
| YUV | 17.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 47 | 0.23 | 0.94 | 0 | 0.82 | 285 | 0.88 | 0.1 |
| Hex | 24 | 3 | 2F | 17 | 5E | 0 | 52 | 11D | 58 | A |
| Octal | 44 | 3 | 57 | 27 | 136 | 0 | 122 | 435 | 130 | 12 |
| Binary | 100100 | 11 | 101111 | 10111 | 1011110 | 0 | 1010010 | 100011101 | 1011000 | 1010 |
Color Harmonies of #24032F
Complementary color
Monochromatic Colors of #24032F
Black with #24032F
Text Example
Text Example
White with #24032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24032F; }
p { color: rgb(36,3,47); }
H1.HeaderClassName
{
color: #24032F;
}
.AnyTagClassName
{
color: #24032F;
}
</style>
background-color css
<style>
a { background-color: #24032F; }
a { background-color: rgb(36,3,47); }
div.DivClassName
{
background-color: #24032F;
}
.BgClassName
{
background-color: #24032F;
}
</style>
border-color css
<style>
span { border-color: #24032F; }
span { border-color: rgb(36,3,47); }
td.TdClassName
{
border-color: #24032F;
}
.TagClassName
{
border-color: #24032F;
}
</style>