Shades of Blackcurrant #331E44
Tints of Blackcurrant #331E44
RGB
CMYK
RGB Variations
Color information
#331E44 (or 0x331E44) is known color: Blackcurrant. HEX triplet: 33, 1E and 44. RGB value is (51,30,68). Sum of RGB (Red+Green+Blue) = 51+30+68=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #331E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E44 is #CCE1BB. Grayscale: #282828. Windows color (decimal): -13427132 or 4464179. OLE color: 4464179.
HSL color Cylindrical-coordinate representation of color #331E44: hue angle of 273.16º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #331E44 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 30 | 68 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.73 |
| HSL | 273.16º | 0.39% | 0.19% | - |
| HSV(B) | 273.16º | 0.56% | 0.27% | - |
| XYZ | 2.87 | 2.05 | 5.71 | - |
| YUV | 40.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 68 | 0.25 | 0.56 | 0 | 0.73 | 273.16 | 0.39 | 0.19 |
| Hex | 33 | 1E | 44 | 19 | 38 | 0 | 49 | 111 | 27 | 13 |
| Octal | 63 | 36 | 104 | 31 | 70 | 0 | 111 | 421 | 47 | 23 |
| Binary | 110011 | 11110 | 1000100 | 11001 | 111000 | 0 | 1001001 | 100010001 | 100111 | 10011 |
Color Harmonies of #331E44
Complementary color
Monochromatic Colors of #331E44
Black with #331E44
Text Example
Text Example
White with #331E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E44; }
p { color: rgb(51,30,68); }
H1.HeaderClassName
{
color: #331E44;
}
.AnyTagClassName
{
color: #331E44;
}
</style>
background-color css
<style>
a { background-color: #331E44; }
a { background-color: rgb(51,30,68); }
div.DivClassName
{
background-color: #331E44;
}
.BgClassName
{
background-color: #331E44;
}
</style>
border-color css
<style>
span { border-color: #331E44; }
span { border-color: rgb(51,30,68); }
td.TdClassName
{
border-color: #331E44;
}
.TagClassName
{
border-color: #331E44;
}
</style>