Shades of Blackcurrant #320A38
Tints of Blackcurrant #320A38
RGB
CMYK
RGB Variations
Color information
#320A38 (or 0x320A38) is known color: Blackcurrant. HEX triplet: 32, 0A and 38. RGB value is (50,10,56). Sum of RGB (Red+Green+Blue) = 50+10+56=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #320A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A38 is #CDF5C7. Grayscale: #1B1B1B. Windows color (decimal): -13497800 or 3672626. OLE color: 3672626.
HSL color Cylindrical-coordinate representation of color #320A38: hue angle of 292.17º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #320A38 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 10 | 56 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.78 |
| HSL | 292.17º | 0.7% | 0.13% | - |
| HSV(B) | 292.17º | 0.82% | 0.22% | - |
| XYZ | 2.14 | 1.18 | 3.86 | - |
| YUV | 27.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 56 | 0.11 | 0.82 | 0 | 0.78 | 292.17 | 0.7 | 0.13 |
| Hex | 32 | A | 38 | B | 52 | 0 | 4E | 124 | 46 | D |
| Octal | 62 | 12 | 70 | 13 | 122 | 0 | 116 | 444 | 106 | 15 |
| Binary | 110010 | 1010 | 111000 | 1011 | 1010010 | 0 | 1001110 | 100100100 | 1000110 | 1101 |
Color Harmonies of #320A38
Complementary color
Monochromatic Colors of #320A38
Black with #320A38
Text Example
Text Example
White with #320A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A38; }
p { color: rgb(50,10,56); }
H1.HeaderClassName
{
color: #320A38;
}
.AnyTagClassName
{
color: #320A38;
}
</style>
background-color css
<style>
a { background-color: #320A38; }
a { background-color: rgb(50,10,56); }
div.DivClassName
{
background-color: #320A38;
}
.BgClassName
{
background-color: #320A38;
}
</style>
border-color css
<style>
span { border-color: #320A38; }
span { border-color: rgb(50,10,56); }
td.TdClassName
{
border-color: #320A38;
}
.TagClassName
{
border-color: #320A38;
}
</style>