Shades of Blackcurrant #32243A
Tints of Blackcurrant #32243A
RGB
CMYK
RGB Variations
Color information
#32243A (or 0x32243A) is known color: Blackcurrant. HEX triplet: 32, 24 and 3A. RGB value is (50,36,58). Sum of RGB (Red+Green+Blue) = 50+36+58=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #32243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32243A is #CDDBC5. Grayscale: #2A2A2A. Windows color (decimal): -13491142 or 3810354. OLE color: 3810354.
HSL color Cylindrical-coordinate representation of color #32243A: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32243A is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 36 | 58 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.77 |
| HSL | 278.18º | 0.23% | 0.18% | - |
| HSV(B) | 278.18º | 0.38% | 0.23% | - |
| XYZ | 2.71 | 2.25 | 4.29 | - |
| YUV | 42.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 58 | 0.14 | 0.38 | 0 | 0.77 | 278.18 | 0.23 | 0.18 |
| Hex | 32 | 24 | 3A | E | 26 | 0 | 4D | 116 | 17 | 12 |
| Octal | 62 | 44 | 72 | 16 | 46 | 0 | 115 | 426 | 27 | 22 |
| Binary | 110010 | 100100 | 111010 | 1110 | 100110 | 0 | 1001101 | 100010110 | 10111 | 10010 |
Color Harmonies of #32243A
Complementary color
Monochromatic Colors of #32243A
Black with #32243A
Text Example
Text Example
White with #32243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32243A; }
p { color: rgb(50,36,58); }
H1.HeaderClassName
{
color: #32243A;
}
.AnyTagClassName
{
color: #32243A;
}
</style>
background-color css
<style>
a { background-color: #32243A; }
a { background-color: rgb(50,36,58); }
div.DivClassName
{
background-color: #32243A;
}
.BgClassName
{
background-color: #32243A;
}
</style>
border-color css
<style>
span { border-color: #32243A; }
span { border-color: rgb(50,36,58); }
td.TdClassName
{
border-color: #32243A;
}
.TagClassName
{
border-color: #32243A;
}
</style>