Shades of Blackcurrant #320B44
Tints of Blackcurrant #320B44
RGB
CMYK
RGB Variations
Color information
#320B44 (or 0x320B44) is known color: Blackcurrant. HEX triplet: 32, 0B and 44. RGB value is (50,11,68). Sum of RGB (Red+Green+Blue) = 50+11+68=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #320B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B44 is #CDF4BB. Grayscale: #1C1C1C. Windows color (decimal): -13497532 or 4459314. OLE color: 4459314.
HSL color Cylindrical-coordinate representation of color #320B44: hue angle of 281.05º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320B44 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 11 | 68 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.73 |
| HSL | 281.05º | 0.72% | 0.15% | - |
| HSV(B) | 281.05º | 0.84% | 0.27% | - |
| XYZ | 2.48 | 1.33 | 5.6 | - |
| YUV | 29.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 68 | 0.26 | 0.84 | 0 | 0.73 | 281.05 | 0.72 | 0.15 |
| Hex | 32 | B | 44 | 1A | 54 | 0 | 49 | 119 | 48 | F |
| Octal | 62 | 13 | 104 | 32 | 124 | 0 | 111 | 431 | 110 | 17 |
| Binary | 110010 | 1011 | 1000100 | 11010 | 1010100 | 0 | 1001001 | 100011001 | 1001000 | 1111 |
Color Harmonies of #320B44
Complementary color
Monochromatic Colors of #320B44
Black with #320B44
Text Example
Text Example
White with #320B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B44; }
p { color: rgb(50,11,68); }
H1.HeaderClassName
{
color: #320B44;
}
.AnyTagClassName
{
color: #320B44;
}
</style>
background-color css
<style>
a { background-color: #320B44; }
a { background-color: rgb(50,11,68); }
div.DivClassName
{
background-color: #320B44;
}
.BgClassName
{
background-color: #320B44;
}
</style>
border-color css
<style>
span { border-color: #320B44; }
span { border-color: rgb(50,11,68); }
td.TdClassName
{
border-color: #320B44;
}
.TagClassName
{
border-color: #320B44;
}
</style>