Shades of Blackcurrant #32154B
Tints of Blackcurrant #32154B
RGB
CMYK
RGB Variations
Color information
#32154B (or 0x32154B) is known color: Blackcurrant. HEX triplet: 32, 15 and 4B. RGB value is (50,21,75). Sum of RGB (Red+Green+Blue) = 50+21+75=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #32154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32154B is #CDEAB4. Grayscale: #232323. Windows color (decimal): -13494965 or 4920626. OLE color: 4920626.
HSL color Cylindrical-coordinate representation of color #32154B: hue angle of 272.22º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32154B is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 21 | 75 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.71 |
| HSL | 272.22º | 0.56% | 0.19% | - |
| HSV(B) | 272.22º | 0.72% | 0.29% | - |
| XYZ | 2.85 | 1.72 | 6.84 | - |
| YUV | 35.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 75 | 0.33 | 0.72 | 0 | 0.71 | 272.22 | 0.56 | 0.19 |
| Hex | 32 | 15 | 4B | 21 | 48 | 0 | 47 | 110 | 38 | 13 |
| Octal | 62 | 25 | 113 | 41 | 110 | 0 | 107 | 420 | 70 | 23 |
| Binary | 110010 | 10101 | 1001011 | 100001 | 1001000 | 0 | 1000111 | 100010000 | 111000 | 10011 |
Color Harmonies of #32154B
Complementary color
Monochromatic Colors of #32154B
Black with #32154B
Text Example
Text Example
White with #32154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32154B; }
p { color: rgb(50,21,75); }
H1.HeaderClassName
{
color: #32154B;
}
.AnyTagClassName
{
color: #32154B;
}
</style>
background-color css
<style>
a { background-color: #32154B; }
a { background-color: rgb(50,21,75); }
div.DivClassName
{
background-color: #32154B;
}
.BgClassName
{
background-color: #32154B;
}
</style>
border-color css
<style>
span { border-color: #32154B; }
span { border-color: rgb(50,21,75); }
td.TdClassName
{
border-color: #32154B;
}
.TagClassName
{
border-color: #32154B;
}
</style>