Shades of Blackcurrant #32103C
Tints of Blackcurrant #32103C
RGB
CMYK
RGB Variations
Color information
#32103C (or 0x32103C) is known color: Blackcurrant. HEX triplet: 32, 10 and 3C. RGB value is (50,16,60). Sum of RGB (Red+Green+Blue) = 50+16+60=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #32103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32103C is #CDEFC3. Grayscale: #1F1F1F. Windows color (decimal): -13496260 or 3936306. OLE color: 3936306.
HSL color Cylindrical-coordinate representation of color #32103C: hue angle of 286.36º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32103C is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 16 | 60 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.76 |
| HSL | 286.36º | 0.58% | 0.15% | - |
| HSV(B) | 286.36º | 0.73% | 0.24% | - |
| XYZ | 2.32 | 1.37 | 4.42 | - |
| YUV | 31.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 60 | 0.17 | 0.73 | 0 | 0.76 | 286.36 | 0.58 | 0.15 |
| Hex | 32 | 10 | 3C | 11 | 49 | 0 | 4C | 11E | 3A | F |
| Octal | 62 | 20 | 74 | 21 | 111 | 0 | 114 | 436 | 72 | 17 |
| Binary | 110010 | 10000 | 111100 | 10001 | 1001001 | 0 | 1001100 | 100011110 | 111010 | 1111 |
Color Harmonies of #32103C
Complementary color
Monochromatic Colors of #32103C
Black with #32103C
Text Example
Text Example
White with #32103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32103C; }
p { color: rgb(50,16,60); }
H1.HeaderClassName
{
color: #32103C;
}
.AnyTagClassName
{
color: #32103C;
}
</style>
background-color css
<style>
a { background-color: #32103C; }
a { background-color: rgb(50,16,60); }
div.DivClassName
{
background-color: #32103C;
}
.BgClassName
{
background-color: #32103C;
}
</style>
border-color css
<style>
span { border-color: #32103C; }
span { border-color: rgb(50,16,60); }
td.TdClassName
{
border-color: #32103C;
}
.TagClassName
{
border-color: #32103C;
}
</style>