Shades of Blackcurrant #32014D
Tints of Blackcurrant #32014D
RGB
CMYK
RGB Variations
Color information
#32014D (or 0x32014D) is known color: Blackcurrant. HEX triplet: 32, 01 and 4D. RGB value is (50,1,77). Sum of RGB (Red+Green+Blue) = 50+1+77=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #32014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32014D is #CDFEB2. Grayscale: #181818. Windows color (decimal): -13500083 or 5046578. OLE color: 5046578.
HSL color Cylindrical-coordinate representation of color #32014D: hue angle of 278.68º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32014D is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 1 | 77 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.70 |
| HSL | 278.68º | 0.97% | 0.15% | - |
| HSV(B) | 278.68º | 0.99% | 0.3% | - |
| XYZ | 2.67 | 1.24 | 7.12 | - |
| YUV | 24.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 77 | 0.35 | 0.99 | 0 | 0.70 | 278.68 | 0.97 | 0.15 |
| Hex | 32 | 1 | 4D | 23 | 63 | 0 | 46 | 117 | 61 | F |
| Octal | 62 | 1 | 115 | 43 | 143 | 0 | 106 | 427 | 141 | 17 |
| Binary | 110010 | 1 | 1001101 | 100011 | 1100011 | 0 | 1000110 | 100010111 | 1100001 | 1111 |
Color Harmonies of #32014D
Complementary color
Monochromatic Colors of #32014D
Black with #32014D
Text Example
Text Example
White with #32014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32014D; }
p { color: rgb(50,1,77); }
H1.HeaderClassName
{
color: #32014D;
}
.AnyTagClassName
{
color: #32014D;
}
</style>
background-color css
<style>
a { background-color: #32014D; }
a { background-color: rgb(50,1,77); }
div.DivClassName
{
background-color: #32014D;
}
.BgClassName
{
background-color: #32014D;
}
</style>
border-color css
<style>
span { border-color: #32014D; }
span { border-color: rgb(50,1,77); }
td.TdClassName
{
border-color: #32014D;
}
.TagClassName
{
border-color: #32014D;
}
</style>