Shades of Blackcurrant #32104B
Tints of Blackcurrant #32104B
RGB
CMYK
RGB Variations
Color information
#32104B (or 0x32104B) is known color: Blackcurrant. HEX triplet: 32, 10 and 4B. RGB value is (50,16,75). Sum of RGB (Red+Green+Blue) = 50+16+75=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #32104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32104B is #CDEFB4. Grayscale: #202020. Windows color (decimal): -13496245 or 4919346. OLE color: 4919346.
HSL color Cylindrical-coordinate representation of color #32104B: hue angle of 274.58º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32104B is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 16 | 75 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.71 |
| HSL | 274.58º | 0.65% | 0.18% | - |
| HSV(B) | 274.58º | 0.79% | 0.29% | - |
| XYZ | 2.77 | 1.56 | 6.81 | - |
| YUV | 32.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 75 | 0.33 | 0.79 | 0 | 0.71 | 274.58 | 0.65 | 0.18 |
| Hex | 32 | 10 | 4B | 21 | 4F | 0 | 47 | 113 | 41 | 12 |
| Octal | 62 | 20 | 113 | 41 | 117 | 0 | 107 | 423 | 101 | 22 |
| Binary | 110010 | 10000 | 1001011 | 100001 | 1001111 | 0 | 1000111 | 100010011 | 1000001 | 10010 |
Color Harmonies of #32104B
Complementary color
Monochromatic Colors of #32104B
Black with #32104B
Text Example
Text Example
White with #32104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32104B; }
p { color: rgb(50,16,75); }
H1.HeaderClassName
{
color: #32104B;
}
.AnyTagClassName
{
color: #32104B;
}
</style>
background-color css
<style>
a { background-color: #32104B; }
a { background-color: rgb(50,16,75); }
div.DivClassName
{
background-color: #32104B;
}
.BgClassName
{
background-color: #32104B;
}
</style>
border-color css
<style>
span { border-color: #32104B; }
span { border-color: rgb(50,16,75); }
td.TdClassName
{
border-color: #32104B;
}
.TagClassName
{
border-color: #32104B;
}
</style>