Shades of Blackcurrant #330040
Tints of Blackcurrant #330040
RGB
CMYK
RGB Variations
Color information
#330040 (or 0x330040) is known color: Blackcurrant. HEX triplet: 33, 00 and 40. RGB value is (51,0,64). Sum of RGB (Red+Green+Blue) = 51+0+64=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #330040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330040 is #CCFFBF. Grayscale: #161616. Windows color (decimal): -13434816 or 4194355. OLE color: 4194355.
HSL color Cylindrical-coordinate representation of color #330040: hue angle of 287.81º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330040 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 0 | 64 | - |
| CMYK | 0.20 | 1 | 0 | 0.75 |
| HSL | 287.81º | 1% | 0.13% | - |
| HSV(B) | 287.81º | 1% | 0.25% | - |
| XYZ | 2.29 | 1.07 | 4.94 | - |
| YUV | 22.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 64 | 0.20 | 1 | 0 | 0.75 | 287.81 | 1 | 0.13 |
| Hex | 33 | 0 | 40 | 14 | 64 | 0 | 4B | 120 | 64 | D |
| Octal | 63 | 0 | 100 | 24 | 144 | 0 | 113 | 440 | 144 | 15 |
| Binary | 110011 | 0 | 1000000 | 10100 | 1100100 | 0 | 1001011 | 100100000 | 1100100 | 1101 |
Color Harmonies of #330040
Complementary color
Monochromatic Colors of #330040
Black with #330040
Text Example
Text Example
White with #330040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330040; }
p { color: rgb(51,0,64); }
H1.HeaderClassName
{
color: #330040;
}
.AnyTagClassName
{
color: #330040;
}
</style>
background-color css
<style>
a { background-color: #330040; }
a { background-color: rgb(51,0,64); }
div.DivClassName
{
background-color: #330040;
}
.BgClassName
{
background-color: #330040;
}
</style>
border-color css
<style>
span { border-color: #330040; }
span { border-color: rgb(51,0,64); }
td.TdClassName
{
border-color: #330040;
}
.TagClassName
{
border-color: #330040;
}
</style>