Shades of Blackcurrant #32103D
Tints of Blackcurrant #32103D
RGB
CMYK
RGB Variations
Color information
#32103D (or 0x32103D) is known color: Blackcurrant. HEX triplet: 32, 10 and 3D. RGB value is (50,16,61). Sum of RGB (Red+Green+Blue) = 50+16+61=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #32103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32103D is #CDEFC2. Grayscale: #1F1F1F. Windows color (decimal): -13496259 or 4001842. OLE color: 4001842.
HSL color Cylindrical-coordinate representation of color #32103D: hue angle of 285.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32103D is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 16 | 61 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.76 |
| HSL | 285.33º | 0.58% | 0.15% | - |
| HSV(B) | 285.33º | 0.74% | 0.24% | - |
| XYZ | 2.34 | 1.39 | 4.56 | - |
| YUV | 31.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 61 | 0.18 | 0.74 | 0 | 0.76 | 285.33 | 0.58 | 0.15 |
| Hex | 32 | 10 | 3D | 12 | 4A | 0 | 4C | 11D | 3A | F |
| Octal | 62 | 20 | 75 | 22 | 112 | 0 | 114 | 435 | 72 | 17 |
| Binary | 110010 | 10000 | 111101 | 10010 | 1001010 | 0 | 1001100 | 100011101 | 111010 | 1111 |
Color Harmonies of #32103D
Complementary color
Monochromatic Colors of #32103D
Black with #32103D
Text Example
Text Example
White with #32103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32103D; }
p { color: rgb(50,16,61); }
H1.HeaderClassName
{
color: #32103D;
}
.AnyTagClassName
{
color: #32103D;
}
</style>
background-color css
<style>
a { background-color: #32103D; }
a { background-color: rgb(50,16,61); }
div.DivClassName
{
background-color: #32103D;
}
.BgClassName
{
background-color: #32103D;
}
</style>
border-color css
<style>
span { border-color: #32103D; }
span { border-color: rgb(50,16,61); }
td.TdClassName
{
border-color: #32103D;
}
.TagClassName
{
border-color: #32103D;
}
</style>