Shades of Blackcurrant #320243
Tints of Blackcurrant #320243
RGB
CMYK
RGB Variations
Color information
#320243 (or 0x320243) is known color: Blackcurrant. HEX triplet: 32, 02 and 43. RGB value is (50,2,67). Sum of RGB (Red+Green+Blue) = 50+2+67=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 67 (26.56% from 255 or 56.30% from 119); Max value from RGB is 67 - color contains mainly: blue. Hex color #320243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320243 is #CDFDBC. Grayscale: #171717. Windows color (decimal): -13499837 or 4391474. OLE color: 4391474.
HSL color Cylindrical-coordinate representation of color #320243: hue angle of 284.31º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320243 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 2 | 67 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.74 |
| HSL | 284.31º | 0.94% | 0.14% | - |
| HSV(B) | 284.31º | 0.97% | 0.26% | - |
| XYZ | 2.35 | 1.13 | 5.4 | - |
| YUV | 23.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 67 | 0.25 | 0.97 | 0 | 0.74 | 284.31 | 0.94 | 0.14 |
| Hex | 32 | 2 | 43 | 19 | 61 | 0 | 4A | 11C | 5E | E |
| Octal | 62 | 2 | 103 | 31 | 141 | 0 | 112 | 434 | 136 | 16 |
| Binary | 110010 | 10 | 1000011 | 11001 | 1100001 | 0 | 1001010 | 100011100 | 1011110 | 1110 |
Color Harmonies of #320243
Complementary color
Monochromatic Colors of #320243
Black with #320243
Text Example
Text Example
White with #320243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320243; }
p { color: rgb(50,2,67); }
H1.HeaderClassName
{
color: #320243;
}
.AnyTagClassName
{
color: #320243;
}
</style>
background-color css
<style>
a { background-color: #320243; }
a { background-color: rgb(50,2,67); }
div.DivClassName
{
background-color: #320243;
}
.BgClassName
{
background-color: #320243;
}
</style>
border-color css
<style>
span { border-color: #320243; }
span { border-color: rgb(50,2,67); }
td.TdClassName
{
border-color: #320243;
}
.TagClassName
{
border-color: #320243;
}
</style>