Shades of Blackcurrant #330639
Tints of Blackcurrant #330639
RGB
CMYK
RGB Variations
Color information
#330639 (or 0x330639) is known color: Blackcurrant. HEX triplet: 33, 06 and 39. RGB value is (51,6,57). Sum of RGB (Red+Green+Blue) = 51+6+57=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #330639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330639 is #CCF9C6. Grayscale: #191919. Windows color (decimal): -13433287 or 3737139. OLE color: 3737139.
HSL color Cylindrical-coordinate representation of color #330639: hue angle of 292.94º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330639 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 6 | 57 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.78 |
| HSL | 292.94º | 0.81% | 0.12% | - |
| HSV(B) | 292.94º | 0.89% | 0.22% | - |
| XYZ | 2.17 | 1.13 | 3.97 | - |
| YUV | 25.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 57 | 0.11 | 0.89 | 0 | 0.78 | 292.94 | 0.81 | 0.12 |
| Hex | 33 | 6 | 39 | B | 59 | 0 | 4E | 125 | 51 | C |
| Octal | 63 | 6 | 71 | 13 | 131 | 0 | 116 | 445 | 121 | 14 |
| Binary | 110011 | 110 | 111001 | 1011 | 1011001 | 0 | 1001110 | 100100101 | 1010001 | 1100 |
Color Harmonies of #330639
Complementary color
Monochromatic Colors of #330639
Black with #330639
Text Example
Text Example
White with #330639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330639; }
p { color: rgb(51,6,57); }
H1.HeaderClassName
{
color: #330639;
}
.AnyTagClassName
{
color: #330639;
}
</style>
background-color css
<style>
a { background-color: #330639; }
a { background-color: rgb(51,6,57); }
div.DivClassName
{
background-color: #330639;
}
.BgClassName
{
background-color: #330639;
}
</style>
border-color css
<style>
span { border-color: #330639; }
span { border-color: rgb(51,6,57); }
td.TdClassName
{
border-color: #330639;
}
.TagClassName
{
border-color: #330639;
}
</style>