Shades of Blackcurrant #320F43
Tints of Blackcurrant #320F43
RGB
CMYK
RGB Variations
Color information
#320F43 (or 0x320F43) is known color: Blackcurrant. HEX triplet: 32, 0F and 43. RGB value is (50,15,67). Sum of RGB (Red+Green+Blue) = 50+15+67=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #320F43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F43 is #CDF0BC. Grayscale: #1F1F1F. Windows color (decimal): -13496509 or 4394802. OLE color: 4394802.
HSL color Cylindrical-coordinate representation of color #320F43: hue angle of 280.38º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320F43 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 15 | 67 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.74 |
| HSL | 280.38º | 0.63% | 0.16% | - |
| HSV(B) | 280.38º | 0.78% | 0.26% | - |
| XYZ | 2.5 | 1.43 | 5.45 | - |
| YUV | 31.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 67 | 0.25 | 0.78 | 0 | 0.74 | 280.38 | 0.63 | 0.16 |
| Hex | 32 | F | 43 | 19 | 4E | 0 | 4A | 118 | 3F | 10 |
| Octal | 62 | 17 | 103 | 31 | 116 | 0 | 112 | 430 | 77 | 20 |
| Binary | 110010 | 1111 | 1000011 | 11001 | 1001110 | 0 | 1001010 | 100011000 | 111111 | 10000 |
Color Harmonies of #320F43
Complementary color
Monochromatic Colors of #320F43
Black with #320F43
Text Example
Text Example
White with #320F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F43; }
p { color: rgb(50,15,67); }
H1.HeaderClassName
{
color: #320F43;
}
.AnyTagClassName
{
color: #320F43;
}
</style>
background-color css
<style>
a { background-color: #320F43; }
a { background-color: rgb(50,15,67); }
div.DivClassName
{
background-color: #320F43;
}
.BgClassName
{
background-color: #320F43;
}
</style>
border-color css
<style>
span { border-color: #320F43; }
span { border-color: rgb(50,15,67); }
td.TdClassName
{
border-color: #320F43;
}
.TagClassName
{
border-color: #320F43;
}
</style>