Shades of Blackcurrant #331450
Tints of Blackcurrant #331450
RGB
CMYK
RGB Variations
Color information
#331450 (or 0x331450) is known color: Blackcurrant. HEX triplet: 33, 14 and 50. RGB value is (51,20,80). Sum of RGB (Red+Green+Blue) = 51+20+80=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #331450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331450 is #CCEBAF. Grayscale: #232323. Windows color (decimal): -13429680 or 5248051. OLE color: 5248051.
HSL color Cylindrical-coordinate representation of color #331450: hue angle of 271º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331450 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 20 | 80 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.69 |
| HSL | 271º | 0.6% | 0.2% | - |
| HSV(B) | 271º | 0.75% | 0.31% | - |
| XYZ | 3.06 | 1.78 | 7.77 | - |
| YUV | 36.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 80 | 0.36 | 0.75 | 0 | 0.69 | 271 | 0.6 | 0.2 |
| Hex | 33 | 14 | 50 | 24 | 4B | 0 | 45 | 10F | 3C | 14 |
| Octal | 63 | 24 | 120 | 44 | 113 | 0 | 105 | 417 | 74 | 24 |
| Binary | 110011 | 10100 | 1010000 | 100100 | 1001011 | 0 | 1000101 | 100001111 | 111100 | 10100 |
Color Harmonies of #331450
Complementary color
Monochromatic Colors of #331450
Black with #331450
Text Example
Text Example
White with #331450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331450; }
p { color: rgb(51,20,80); }
H1.HeaderClassName
{
color: #331450;
}
.AnyTagClassName
{
color: #331450;
}
</style>
background-color css
<style>
a { background-color: #331450; }
a { background-color: rgb(51,20,80); }
div.DivClassName
{
background-color: #331450;
}
.BgClassName
{
background-color: #331450;
}
</style>
border-color css
<style>
span { border-color: #331450; }
span { border-color: rgb(51,20,80); }
td.TdClassName
{
border-color: #331450;
}
.TagClassName
{
border-color: #331450;
}
</style>