Shades of Blackcurrant #32123D
Tints of Blackcurrant #32123D
RGB
CMYK
RGB Variations
Color information
#32123D (or 0x32123D) is known color: Blackcurrant. HEX triplet: 32, 12 and 3D. RGB value is (50,18,61). Sum of RGB (Red+Green+Blue) = 50+18+61=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #32123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32123D is #CDEDC2. Grayscale: #202020. Windows color (decimal): -13495747 or 4002354. OLE color: 4002354.
HSL color Cylindrical-coordinate representation of color #32123D: hue angle of 284.65º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32123D is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 18 | 61 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.76 |
| HSL | 284.65º | 0.54% | 0.15% | - |
| HSV(B) | 284.65º | 0.7% | 0.24% | - |
| XYZ | 2.37 | 1.45 | 4.57 | - |
| YUV | 32.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 61 | 0.18 | 0.70 | 0 | 0.76 | 284.65 | 0.54 | 0.15 |
| Hex | 32 | 12 | 3D | 12 | 46 | 0 | 4C | 11D | 36 | F |
| Octal | 62 | 22 | 75 | 22 | 106 | 0 | 114 | 435 | 66 | 17 |
| Binary | 110010 | 10010 | 111101 | 10010 | 1000110 | 0 | 1001100 | 100011101 | 110110 | 1111 |
Color Harmonies of #32123D
Complementary color
Monochromatic Colors of #32123D
Black with #32123D
Text Example
Text Example
White with #32123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32123D; }
p { color: rgb(50,18,61); }
H1.HeaderClassName
{
color: #32123D;
}
.AnyTagClassName
{
color: #32123D;
}
</style>
background-color css
<style>
a { background-color: #32123D; }
a { background-color: rgb(50,18,61); }
div.DivClassName
{
background-color: #32123D;
}
.BgClassName
{
background-color: #32123D;
}
</style>
border-color css
<style>
span { border-color: #32123D; }
span { border-color: rgb(50,18,61); }
td.TdClassName
{
border-color: #32123D;
}
.TagClassName
{
border-color: #32123D;
}
</style>