Shades of Blackcurrant #32114A
Tints of Blackcurrant #32114A
RGB
CMYK
RGB Variations
Color information
#32114A (or 0x32114A) is known color: Blackcurrant. HEX triplet: 32, 11 and 4A. RGB value is (50,17,74). Sum of RGB (Red+Green+Blue) = 50+17+74=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #32114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32114A is #CDEEB5. Grayscale: #212121. Windows color (decimal): -13495990 or 4854066. OLE color: 4854066.
HSL color Cylindrical-coordinate representation of color #32114A: hue angle of 274.74º 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 #32114A is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 17 | 74 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.71 |
| HSL | 274.74º | 0.63% | 0.18% | - |
| HSV(B) | 274.74º | 0.77% | 0.29% | - |
| XYZ | 2.75 | 1.57 | 6.64 | - |
| YUV | 33.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 74 | 0.32 | 0.77 | 0 | 0.71 | 274.74 | 0.63 | 0.18 |
| Hex | 32 | 11 | 4A | 20 | 4D | 0 | 47 | 113 | 3F | 12 |
| Octal | 62 | 21 | 112 | 40 | 115 | 0 | 107 | 423 | 77 | 22 |
| Binary | 110010 | 10001 | 1001010 | 100000 | 1001101 | 0 | 1000111 | 100010011 | 111111 | 10010 |
Color Harmonies of #32114A
Complementary color
Monochromatic Colors of #32114A
Black with #32114A
Text Example
Text Example
White with #32114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32114A; }
p { color: rgb(50,17,74); }
H1.HeaderClassName
{
color: #32114A;
}
.AnyTagClassName
{
color: #32114A;
}
</style>
background-color css
<style>
a { background-color: #32114A; }
a { background-color: rgb(50,17,74); }
div.DivClassName
{
background-color: #32114A;
}
.BgClassName
{
background-color: #32114A;
}
</style>
border-color css
<style>
span { border-color: #32114A; }
span { border-color: rgb(50,17,74); }
td.TdClassName
{
border-color: #32114A;
}
.TagClassName
{
border-color: #32114A;
}
</style>