Shades of Blackcurrant #32023B
Tints of Blackcurrant #32023B
RGB
CMYK
RGB Variations
Color information
#32023B (or 0x32023B) is known color: Blackcurrant. HEX triplet: 32, 02 and 3B. RGB value is (50,2,59). Sum of RGB (Red+Green+Blue) = 50+2+59=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #32023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32023B is #CDFDC4. Grayscale: #161616. Windows color (decimal): -13499845 or 3867186. OLE color: 3867186.
HSL color Cylindrical-coordinate representation of color #32023B: hue angle of 290.53º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32023B is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 2 | 59 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.77 |
| HSL | 290.53º | 0.93% | 0.12% | - |
| HSV(B) | 290.53º | 0.97% | 0.23% | - |
| XYZ | 2.13 | 1.04 | 4.23 | - |
| YUV | 22.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 59 | 0.15 | 0.97 | 0 | 0.77 | 290.53 | 0.93 | 0.12 |
| Hex | 32 | 2 | 3B | F | 61 | 0 | 4D | 123 | 5D | C |
| Octal | 62 | 2 | 73 | 17 | 141 | 0 | 115 | 443 | 135 | 14 |
| Binary | 110010 | 10 | 111011 | 1111 | 1100001 | 0 | 1001101 | 100100011 | 1011101 | 1100 |
Color Harmonies of #32023B
Complementary color
Monochromatic Colors of #32023B
Black with #32023B
Text Example
Text Example
White with #32023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32023B; }
p { color: rgb(50,2,59); }
H1.HeaderClassName
{
color: #32023B;
}
.AnyTagClassName
{
color: #32023B;
}
</style>
background-color css
<style>
a { background-color: #32023B; }
a { background-color: rgb(50,2,59); }
div.DivClassName
{
background-color: #32023B;
}
.BgClassName
{
background-color: #32023B;
}
</style>
border-color css
<style>
span { border-color: #32023B; }
span { border-color: rgb(50,2,59); }
td.TdClassName
{
border-color: #32023B;
}
.TagClassName
{
border-color: #32023B;
}
</style>