Shades of Blackcurrant #32003F
Tints of Blackcurrant #32003F
RGB
CMYK
RGB Variations
Color information
#32003F (or 0x32003F) is known color: Blackcurrant. HEX triplet: 32, 00 and 3F. RGB value is (50,0,63). Sum of RGB (Red+Green+Blue) = 50+0+63=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #32003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32003F is #CDFFC0. Grayscale: #151515. Windows color (decimal): -13500353 or 4128818. OLE color: 4128818.
HSL color Cylindrical-coordinate representation of color #32003F: hue angle of 287.62º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32003F is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 0 | 63 | - |
| CMYK | 0.21 | 1 | 0 | 0.75 |
| HSL | 287.62º | 1% | 0.12% | - |
| HSV(B) | 287.62º | 1% | 0.25% | - |
| XYZ | 2.21 | 1.04 | 4.79 | - |
| YUV | 22.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 63 | 0.21 | 1 | 0 | 0.75 | 287.62 | 1 | 0.12 |
| Hex | 32 | 0 | 3F | 15 | 64 | 0 | 4B | 120 | 64 | C |
| Octal | 62 | 0 | 77 | 25 | 144 | 0 | 113 | 440 | 144 | 14 |
| Binary | 110010 | 0 | 111111 | 10101 | 1100100 | 0 | 1001011 | 100100000 | 1100100 | 1100 |
Color Harmonies of #32003F
Complementary color
Monochromatic Colors of #32003F
Black with #32003F
Text Example
Text Example
White with #32003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32003F; }
p { color: rgb(50,0,63); }
H1.HeaderClassName
{
color: #32003F;
}
.AnyTagClassName
{
color: #32003F;
}
</style>
background-color css
<style>
a { background-color: #32003F; }
a { background-color: rgb(50,0,63); }
div.DivClassName
{
background-color: #32003F;
}
.BgClassName
{
background-color: #32003F;
}
</style>
border-color css
<style>
span { border-color: #32003F; }
span { border-color: rgb(50,0,63); }
td.TdClassName
{
border-color: #32003F;
}
.TagClassName
{
border-color: #32003F;
}
</style>