Shades of Blackcurrant #32083F
Tints of Blackcurrant #32083F
RGB
CMYK
RGB Variations
Color information
#32083F (or 0x32083F) is known color: Blackcurrant. HEX triplet: 32, 08 and 3F. RGB value is (50,8,63). Sum of RGB (Red+Green+Blue) = 50+8+63=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #32083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32083F is #CDF7C0. Grayscale: #1A1A1A. Windows color (decimal): -13498305 or 4130866. OLE color: 4130866.
HSL color Cylindrical-coordinate representation of color #32083F: hue angle of 285.82º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32083F is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 8 | 63 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.75 |
| HSL | 285.82º | 0.77% | 0.14% | - |
| HSV(B) | 285.82º | 0.87% | 0.25% | - |
| XYZ | 2.3 | 1.21 | 4.82 | - |
| YUV | 26.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 63 | 0.21 | 0.87 | 0 | 0.75 | 285.82 | 0.77 | 0.14 |
| Hex | 32 | 8 | 3F | 15 | 57 | 0 | 4B | 11E | 4D | E |
| Octal | 62 | 10 | 77 | 25 | 127 | 0 | 113 | 436 | 115 | 16 |
| Binary | 110010 | 1000 | 111111 | 10101 | 1010111 | 0 | 1001011 | 100011110 | 1001101 | 1110 |
Color Harmonies of #32083F
Complementary color
Monochromatic Colors of #32083F
Black with #32083F
Text Example
Text Example
White with #32083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32083F; }
p { color: rgb(50,8,63); }
H1.HeaderClassName
{
color: #32083F;
}
.AnyTagClassName
{
color: #32083F;
}
</style>
background-color css
<style>
a { background-color: #32083F; }
a { background-color: rgb(50,8,63); }
div.DivClassName
{
background-color: #32083F;
}
.BgClassName
{
background-color: #32083F;
}
</style>
border-color css
<style>
span { border-color: #32083F; }
span { border-color: rgb(50,8,63); }
td.TdClassName
{
border-color: #32083F;
}
.TagClassName
{
border-color: #32083F;
}
</style>