Shades of Blackcurrant #320F38
Tints of Blackcurrant #320F38
RGB
CMYK
RGB Variations
Color information
#320F38 (or 0x320F38) is known color: Blackcurrant. HEX triplet: 32, 0F and 38. RGB value is (50,15,56). Sum of RGB (Red+Green+Blue) = 50+15+56=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #320F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F38 is #CDF0C7. Grayscale: #1E1E1E. Windows color (decimal): -13496520 or 3673906. OLE color: 3673906.
HSL color Cylindrical-coordinate representation of color #320F38: hue angle of 291.22º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #320F38 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 15 | 56 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.78 |
| HSL | 291.22º | 0.58% | 0.14% | - |
| HSV(B) | 291.22º | 0.73% | 0.22% | - |
| XYZ | 2.2 | 1.31 | 3.88 | - |
| YUV | 30.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 56 | 0.11 | 0.73 | 0 | 0.78 | 291.22 | 0.58 | 0.14 |
| Hex | 32 | F | 38 | B | 49 | 0 | 4E | 123 | 3A | E |
| Octal | 62 | 17 | 70 | 13 | 111 | 0 | 116 | 443 | 72 | 16 |
| Binary | 110010 | 1111 | 111000 | 1011 | 1001001 | 0 | 1001110 | 100100011 | 111010 | 1110 |
Color Harmonies of #320F38
Complementary color
Monochromatic Colors of #320F38
Black with #320F38
Text Example
Text Example
White with #320F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F38; }
p { color: rgb(50,15,56); }
H1.HeaderClassName
{
color: #320F38;
}
.AnyTagClassName
{
color: #320F38;
}
</style>
background-color css
<style>
a { background-color: #320F38; }
a { background-color: rgb(50,15,56); }
div.DivClassName
{
background-color: #320F38;
}
.BgClassName
{
background-color: #320F38;
}
</style>
border-color css
<style>
span { border-color: #320F38; }
span { border-color: rgb(50,15,56); }
td.TdClassName
{
border-color: #320F38;
}
.TagClassName
{
border-color: #320F38;
}
</style>