Shades of Blackcurrant #320943
Tints of Blackcurrant #320943
RGB
CMYK
RGB Variations
Color information
#320943 (or 0x320943) is known color: Blackcurrant. HEX triplet: 32, 09 and 43. RGB value is (50,9,67). Sum of RGB (Red+Green+Blue) = 50+9+67=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #320943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320943 is #CDF6BC. Grayscale: #1B1B1B. Windows color (decimal): -13498045 or 4393266. OLE color: 4393266.
HSL color Cylindrical-coordinate representation of color #320943: hue angle of 282.41º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #320943 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 9 | 67 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.74 |
| HSL | 282.41º | 0.76% | 0.15% | - |
| HSV(B) | 282.41º | 0.87% | 0.26% | - |
| XYZ | 2.43 | 1.28 | 5.43 | - |
| YUV | 27.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 67 | 0.25 | 0.87 | 0 | 0.74 | 282.41 | 0.76 | 0.15 |
| Hex | 32 | 9 | 43 | 19 | 57 | 0 | 4A | 11A | 4C | F |
| Octal | 62 | 11 | 103 | 31 | 127 | 0 | 112 | 432 | 114 | 17 |
| Binary | 110010 | 1001 | 1000011 | 11001 | 1010111 | 0 | 1001010 | 100011010 | 1001100 | 1111 |
Color Harmonies of #320943
Complementary color
Monochromatic Colors of #320943
Black with #320943
Text Example
Text Example
White with #320943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320943; }
p { color: rgb(50,9,67); }
H1.HeaderClassName
{
color: #320943;
}
.AnyTagClassName
{
color: #320943;
}
</style>
background-color css
<style>
a { background-color: #320943; }
a { background-color: rgb(50,9,67); }
div.DivClassName
{
background-color: #320943;
}
.BgClassName
{
background-color: #320943;
}
</style>
border-color css
<style>
span { border-color: #320943; }
span { border-color: rgb(50,9,67); }
td.TdClassName
{
border-color: #320943;
}
.TagClassName
{
border-color: #320943;
}
</style>