Shades of Blackcurrant #331351
Tints of Blackcurrant #331351
RGB
CMYK
RGB Variations
Color information
#331351 (or 0x331351) is known color: Blackcurrant. HEX triplet: 33, 13 and 51. RGB value is (51,19,81). Sum of RGB (Red+Green+Blue) = 51+19+81=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #331351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331351 is #CCECAE. Grayscale: #232323. Windows color (decimal): -13429935 or 5313331. OLE color: 5313331.
HSL color Cylindrical-coordinate representation of color #331351: hue angle of 270.97º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331351 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 19 | 81 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.68 |
| HSL | 270.97º | 0.62% | 0.2% | - |
| HSV(B) | 270.97º | 0.77% | 0.32% | - |
| XYZ | 3.08 | 1.76 | 7.96 | - |
| YUV | 35.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 81 | 0.37 | 0.77 | 0 | 0.68 | 270.97 | 0.62 | 0.2 |
| Hex | 33 | 13 | 51 | 25 | 4D | 0 | 44 | 10F | 3E | 14 |
| Octal | 63 | 23 | 121 | 45 | 115 | 0 | 104 | 417 | 76 | 24 |
| Binary | 110011 | 10011 | 1010001 | 100101 | 1001101 | 0 | 1000100 | 100001111 | 111110 | 10100 |
Color Harmonies of #331351
Complementary color
Monochromatic Colors of #331351
Black with #331351
Text Example
Text Example
White with #331351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331351; }
p { color: rgb(51,19,81); }
H1.HeaderClassName
{
color: #331351;
}
.AnyTagClassName
{
color: #331351;
}
</style>
background-color css
<style>
a { background-color: #331351; }
a { background-color: rgb(51,19,81); }
div.DivClassName
{
background-color: #331351;
}
.BgClassName
{
background-color: #331351;
}
</style>
border-color css
<style>
span { border-color: #331351; }
span { border-color: rgb(51,19,81); }
td.TdClassName
{
border-color: #331351;
}
.TagClassName
{
border-color: #331351;
}
</style>