Shades of Blackcurrant #320043
Tints of Blackcurrant #320043
RGB
CMYK
RGB Variations
Color information
#320043 (or 0x320043) is known color: Blackcurrant. HEX triplet: 32, 00 and 43. RGB value is (50,0,67). Sum of RGB (Red+Green+Blue) = 50+0+67=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #320043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320043 is #CDFFBC. Grayscale: #161616. Windows color (decimal): -13500349 or 4390962. OLE color: 4390962.
HSL color Cylindrical-coordinate representation of color #320043: hue angle of 284.78º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320043 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 0 | 67 | - |
| CMYK | 0.25 | 1 | 0 | 0.74 |
| HSL | 284.78º | 1% | 0.13% | - |
| HSV(B) | 284.78º | 1% | 0.26% | - |
| XYZ | 2.33 | 1.08 | 5.4 | - |
| YUV | 22.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 67 | 0.25 | 1 | 0 | 0.74 | 284.78 | 1 | 0.13 |
| Hex | 32 | 0 | 43 | 19 | 64 | 0 | 4A | 11D | 64 | D |
| Octal | 62 | 0 | 103 | 31 | 144 | 0 | 112 | 435 | 144 | 15 |
| Binary | 110010 | 0 | 1000011 | 11001 | 1100100 | 0 | 1001010 | 100011101 | 1100100 | 1101 |
Color Harmonies of #320043
Complementary color
Monochromatic Colors of #320043
Black with #320043
Text Example
Text Example
White with #320043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320043; }
p { color: rgb(50,0,67); }
H1.HeaderClassName
{
color: #320043;
}
.AnyTagClassName
{
color: #320043;
}
</style>
background-color css
<style>
a { background-color: #320043; }
a { background-color: rgb(50,0,67); }
div.DivClassName
{
background-color: #320043;
}
.BgClassName
{
background-color: #320043;
}
</style>
border-color css
<style>
span { border-color: #320043; }
span { border-color: rgb(50,0,67); }
td.TdClassName
{
border-color: #320043;
}
.TagClassName
{
border-color: #320043;
}
</style>