Shades of Blackcurrant #32123B
Tints of Blackcurrant #32123B
RGB
CMYK
RGB Variations
Color information
#32123B (or 0x32123B) is known color: Blackcurrant. HEX triplet: 32, 12 and 3B. RGB value is (50,18,59). Sum of RGB (Red+Green+Blue) = 50+18+59=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: blue. Hex color #32123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32123B is #CDEDC4. Grayscale: #202020. Windows color (decimal): -13495749 or 3871282. OLE color: 3871282.
HSL color Cylindrical-coordinate representation of color #32123B: hue angle of 286.83º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32123B is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 18 | 59 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.77 |
| HSL | 286.83º | 0.53% | 0.15% | - |
| HSV(B) | 286.83º | 0.69% | 0.23% | - |
| XYZ | 2.32 | 1.43 | 4.29 | - |
| YUV | 32.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 59 | 0.15 | 0.69 | 0 | 0.77 | 286.83 | 0.53 | 0.15 |
| Hex | 32 | 12 | 3B | F | 45 | 0 | 4D | 11F | 35 | F |
| Octal | 62 | 22 | 73 | 17 | 105 | 0 | 115 | 437 | 65 | 17 |
| Binary | 110010 | 10010 | 111011 | 1111 | 1000101 | 0 | 1001101 | 100011111 | 110101 | 1111 |
Color Harmonies of #32123B
Complementary color
Monochromatic Colors of #32123B
Black with #32123B
Text Example
Text Example
White with #32123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32123B; }
p { color: rgb(50,18,59); }
H1.HeaderClassName
{
color: #32123B;
}
.AnyTagClassName
{
color: #32123B;
}
</style>
background-color css
<style>
a { background-color: #32123B; }
a { background-color: rgb(50,18,59); }
div.DivClassName
{
background-color: #32123B;
}
.BgClassName
{
background-color: #32123B;
}
</style>
border-color css
<style>
span { border-color: #32123B; }
span { border-color: rgb(50,18,59); }
td.TdClassName
{
border-color: #32123B;
}
.TagClassName
{
border-color: #32123B;
}
</style>