Shades of Blackcurrant #320343
Tints of Blackcurrant #320343
RGB
CMYK
RGB Variations
Color information
#320343 (or 0x320343) is known color: Blackcurrant. HEX triplet: 32, 03 and 43. RGB value is (50,3,67). Sum of RGB (Red+Green+Blue) = 50+3+67=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #320343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320343 is #CDFCBC. Grayscale: #181818. Windows color (decimal): -13499581 or 4391730. OLE color: 4391730.
HSL color Cylindrical-coordinate representation of color #320343: hue angle of 284.06º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320343 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 3 | 67 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.74 |
| HSL | 284.06º | 0.91% | 0.14% | - |
| HSV(B) | 284.06º | 0.96% | 0.26% | - |
| XYZ | 2.36 | 1.15 | 5.41 | - |
| YUV | 24.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 67 | 0.25 | 0.96 | 0 | 0.74 | 284.06 | 0.91 | 0.14 |
| Hex | 32 | 3 | 43 | 19 | 60 | 0 | 4A | 11C | 5B | E |
| Octal | 62 | 3 | 103 | 31 | 140 | 0 | 112 | 434 | 133 | 16 |
| Binary | 110010 | 11 | 1000011 | 11001 | 1100000 | 0 | 1001010 | 100011100 | 1011011 | 1110 |
Color Harmonies of #320343
Complementary color
Monochromatic Colors of #320343
Black with #320343
Text Example
Text Example
White with #320343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320343; }
p { color: rgb(50,3,67); }
H1.HeaderClassName
{
color: #320343;
}
.AnyTagClassName
{
color: #320343;
}
</style>
background-color css
<style>
a { background-color: #320343; }
a { background-color: rgb(50,3,67); }
div.DivClassName
{
background-color: #320343;
}
.BgClassName
{
background-color: #320343;
}
</style>
border-color css
<style>
span { border-color: #320343; }
span { border-color: rgb(50,3,67); }
td.TdClassName
{
border-color: #320343;
}
.TagClassName
{
border-color: #320343;
}
</style>