Shades of Blackcurrant #320B3F
Tints of Blackcurrant #320B3F
RGB
CMYK
RGB Variations
Color information
#320B3F (or 0x320B3F) is known color: Blackcurrant. HEX triplet: 32, 0B and 3F. RGB value is (50,11,63). Sum of RGB (Red+Green+Blue) = 50+11+63=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #320B3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B3F is #CDF4C0. Grayscale: #1C1C1C. Windows color (decimal): -13497537 or 4131634. OLE color: 4131634.
HSL color Cylindrical-coordinate representation of color #320B3F: hue angle of 285º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #320B3F is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 11 | 63 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.75 |
| HSL | 285º | 0.7% | 0.15% | - |
| HSV(B) | 285º | 0.83% | 0.25% | - |
| XYZ | 2.33 | 1.28 | 4.83 | - |
| YUV | 28.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 63 | 0.21 | 0.83 | 0 | 0.75 | 285 | 0.7 | 0.15 |
| Hex | 32 | B | 3F | 15 | 53 | 0 | 4B | 11D | 46 | F |
| Octal | 62 | 13 | 77 | 25 | 123 | 0 | 113 | 435 | 106 | 17 |
| Binary | 110010 | 1011 | 111111 | 10101 | 1010011 | 0 | 1001011 | 100011101 | 1000110 | 1111 |
Color Harmonies of #320B3F
Complementary color
Monochromatic Colors of #320B3F
Black with #320B3F
Text Example
Text Example
White with #320B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B3F; }
p { color: rgb(50,11,63); }
H1.HeaderClassName
{
color: #320B3F;
}
.AnyTagClassName
{
color: #320B3F;
}
</style>
background-color css
<style>
a { background-color: #320B3F; }
a { background-color: rgb(50,11,63); }
div.DivClassName
{
background-color: #320B3F;
}
.BgClassName
{
background-color: #320B3F;
}
</style>
border-color css
<style>
span { border-color: #320B3F; }
span { border-color: rgb(50,11,63); }
td.TdClassName
{
border-color: #320B3F;
}
.TagClassName
{
border-color: #320B3F;
}
</style>