Shades of Blackcurrant #320838
Tints of Blackcurrant #320838
RGB
CMYK
RGB Variations
Color information
#320838 (or 0x320838) is known color: Blackcurrant. HEX triplet: 32, 08 and 38. RGB value is (50,8,56). Sum of RGB (Red+Green+Blue) = 50+8+56=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #320838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320838 is #CDF7C7. Grayscale: #191919. Windows color (decimal): -13498312 or 3672114. OLE color: 3672114.
HSL color Cylindrical-coordinate representation of color #320838: hue angle of 292.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320838 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 8 | 56 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.78 |
| HSL | 292.5º | 0.75% | 0.13% | - |
| HSV(B) | 292.5º | 0.86% | 0.22% | - |
| XYZ | 2.12 | 1.14 | 3.85 | - |
| YUV | 26.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 56 | 0.11 | 0.86 | 0 | 0.78 | 292.5 | 0.75 | 0.13 |
| Hex | 32 | 8 | 38 | B | 56 | 0 | 4E | 124 | 4B | D |
| Octal | 62 | 10 | 70 | 13 | 126 | 0 | 116 | 444 | 113 | 15 |
| Binary | 110010 | 1000 | 111000 | 1011 | 1010110 | 0 | 1001110 | 100100100 | 1001011 | 1101 |
Color Harmonies of #320838
Complementary color
Monochromatic Colors of #320838
Black with #320838
Text Example
Text Example
White with #320838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320838; }
p { color: rgb(50,8,56); }
H1.HeaderClassName
{
color: #320838;
}
.AnyTagClassName
{
color: #320838;
}
</style>
background-color css
<style>
a { background-color: #320838; }
a { background-color: rgb(50,8,56); }
div.DivClassName
{
background-color: #320838;
}
.BgClassName
{
background-color: #320838;
}
</style>
border-color css
<style>
span { border-color: #320838; }
span { border-color: rgb(50,8,56); }
td.TdClassName
{
border-color: #320838;
}
.TagClassName
{
border-color: #320838;
}
</style>