Shades of Blackcurrant #32143F
Tints of Blackcurrant #32143F
RGB
CMYK
RGB Variations
Color information
#32143F (or 0x32143F) is known color: Blackcurrant. HEX triplet: 32, 14 and 3F. RGB value is (50,20,63). Sum of RGB (Red+Green+Blue) = 50+20+63=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #32143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32143F is #CDEBC0. Grayscale: #212121. Windows color (decimal): -13495233 or 4133938. OLE color: 4133938.
HSL color Cylindrical-coordinate representation of color #32143F: hue angle of 281.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32143F is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 20 | 63 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.75 |
| HSL | 281.86º | 0.52% | 0.16% | - |
| HSV(B) | 281.86º | 0.68% | 0.25% | - |
| XYZ | 2.46 | 1.54 | 4.87 | - |
| YUV | 33.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 63 | 0.21 | 0.68 | 0 | 0.75 | 281.86 | 0.52 | 0.16 |
| Hex | 32 | 14 | 3F | 15 | 44 | 0 | 4B | 11A | 34 | 10 |
| Octal | 62 | 24 | 77 | 25 | 104 | 0 | 113 | 432 | 64 | 20 |
| Binary | 110010 | 10100 | 111111 | 10101 | 1000100 | 0 | 1001011 | 100011010 | 110100 | 10000 |
Color Harmonies of #32143F
Complementary color
Monochromatic Colors of #32143F
Black with #32143F
Text Example
Text Example
White with #32143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32143F; }
p { color: rgb(50,20,63); }
H1.HeaderClassName
{
color: #32143F;
}
.AnyTagClassName
{
color: #32143F;
}
</style>
background-color css
<style>
a { background-color: #32143F; }
a { background-color: rgb(50,20,63); }
div.DivClassName
{
background-color: #32143F;
}
.BgClassName
{
background-color: #32143F;
}
</style>
border-color css
<style>
span { border-color: #32143F; }
span { border-color: rgb(50,20,63); }
td.TdClassName
{
border-color: #32143F;
}
.TagClassName
{
border-color: #32143F;
}
</style>