Shades of Blackcurrant #331040
Tints of Blackcurrant #331040
RGB
CMYK
RGB Variations
Color information
#331040 (or 0x331040) is known color: Blackcurrant. HEX triplet: 33, 10 and 40. RGB value is (51,16,64). Sum of RGB (Red+Green+Blue) = 51+16+64=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #331040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331040 is #CCEFBF. Grayscale: #1F1F1F. Windows color (decimal): -13430720 or 4198451. OLE color: 4198451.
HSL color Cylindrical-coordinate representation of color #331040: hue angle of 283.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331040 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 16 | 64 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.75 |
| HSL | 283.75º | 0.6% | 0.16% | - |
| HSV(B) | 283.75º | 0.75% | 0.25% | - |
| XYZ | 2.48 | 1.44 | 5 | - |
| YUV | 31.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 64 | 0.20 | 0.75 | 0 | 0.75 | 283.75 | 0.6 | 0.16 |
| Hex | 33 | 10 | 40 | 14 | 4B | 0 | 4B | 11C | 3C | 10 |
| Octal | 63 | 20 | 100 | 24 | 113 | 0 | 113 | 434 | 74 | 20 |
| Binary | 110011 | 10000 | 1000000 | 10100 | 1001011 | 0 | 1001011 | 100011100 | 111100 | 10000 |
Color Harmonies of #331040
Complementary color
Monochromatic Colors of #331040
Black with #331040
Text Example
Text Example
White with #331040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331040; }
p { color: rgb(51,16,64); }
H1.HeaderClassName
{
color: #331040;
}
.AnyTagClassName
{
color: #331040;
}
</style>
background-color css
<style>
a { background-color: #331040; }
a { background-color: rgb(51,16,64); }
div.DivClassName
{
background-color: #331040;
}
.BgClassName
{
background-color: #331040;
}
</style>
border-color css
<style>
span { border-color: #331040; }
span { border-color: rgb(51,16,64); }
td.TdClassName
{
border-color: #331040;
}
.TagClassName
{
border-color: #331040;
}
</style>