Shades of Blackcurrant #32114B
Tints of Blackcurrant #32114B
RGB
CMYK
RGB Variations
Color information
#32114B (or 0x32114B) is known color: Blackcurrant. HEX triplet: 32, 11 and 4B. RGB value is (50,17,75). Sum of RGB (Red+Green+Blue) = 50+17+75=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #32114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32114B is #CDEEB4. Grayscale: #212121. Windows color (decimal): -13495989 or 4919602. OLE color: 4919602.
HSL color Cylindrical-coordinate representation of color #32114B: hue angle of 274.14º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32114B is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 17 | 75 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.71 |
| HSL | 274.14º | 0.63% | 0.18% | - |
| HSV(B) | 274.14º | 0.77% | 0.29% | - |
| XYZ | 2.79 | 1.59 | 6.82 | - |
| YUV | 33.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 75 | 0.33 | 0.77 | 0 | 0.71 | 274.14 | 0.63 | 0.18 |
| Hex | 32 | 11 | 4B | 21 | 4D | 0 | 47 | 112 | 3F | 12 |
| Octal | 62 | 21 | 113 | 41 | 115 | 0 | 107 | 422 | 77 | 22 |
| Binary | 110010 | 10001 | 1001011 | 100001 | 1001101 | 0 | 1000111 | 100010010 | 111111 | 10010 |
Color Harmonies of #32114B
Complementary color
Monochromatic Colors of #32114B
Black with #32114B
Text Example
Text Example
White with #32114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32114B; }
p { color: rgb(50,17,75); }
H1.HeaderClassName
{
color: #32114B;
}
.AnyTagClassName
{
color: #32114B;
}
</style>
background-color css
<style>
a { background-color: #32114B; }
a { background-color: rgb(50,17,75); }
div.DivClassName
{
background-color: #32114B;
}
.BgClassName
{
background-color: #32114B;
}
</style>
border-color css
<style>
span { border-color: #32114B; }
span { border-color: rgb(50,17,75); }
td.TdClassName
{
border-color: #32114B;
}
.TagClassName
{
border-color: #32114B;
}
</style>