Shades of Blackcurrant #320F44
Tints of Blackcurrant #320F44
RGB
CMYK
RGB Variations
Color information
#320F44 (or 0x320F44) is known color: Blackcurrant. HEX triplet: 32, 0F and 44. RGB value is (50,15,68). Sum of RGB (Red+Green+Blue) = 50+15+68=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #320F44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F44 is #CDF0BB. Grayscale: #1F1F1F. Windows color (decimal): -13496508 or 4460338. OLE color: 4460338.
HSL color Cylindrical-coordinate representation of color #320F44: hue angle of 279.62º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320F44 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 15 | 68 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.73 |
| HSL | 279.62º | 0.64% | 0.16% | - |
| HSV(B) | 279.62º | 0.78% | 0.27% | - |
| XYZ | 2.53 | 1.44 | 5.61 | - |
| YUV | 31.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 68 | 0.26 | 0.78 | 0 | 0.73 | 279.62 | 0.64 | 0.16 |
| Hex | 32 | F | 44 | 1A | 4E | 0 | 49 | 118 | 40 | 10 |
| Octal | 62 | 17 | 104 | 32 | 116 | 0 | 111 | 430 | 100 | 20 |
| Binary | 110010 | 1111 | 1000100 | 11010 | 1001110 | 0 | 1001001 | 100011000 | 1000000 | 10000 |
Color Harmonies of #320F44
Complementary color
Monochromatic Colors of #320F44
Black with #320F44
Text Example
Text Example
White with #320F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F44; }
p { color: rgb(50,15,68); }
H1.HeaderClassName
{
color: #320F44;
}
.AnyTagClassName
{
color: #320F44;
}
</style>
background-color css
<style>
a { background-color: #320F44; }
a { background-color: rgb(50,15,68); }
div.DivClassName
{
background-color: #320F44;
}
.BgClassName
{
background-color: #320F44;
}
</style>
border-color css
<style>
span { border-color: #320F44; }
span { border-color: rgb(50,15,68); }
td.TdClassName
{
border-color: #320F44;
}
.TagClassName
{
border-color: #320F44;
}
</style>