Shades of Blackcurrant #330747
Tints of Blackcurrant #330747
RGB
CMYK
RGB Variations
Color information
#330747 (or 0x330747) is known color: Blackcurrant. HEX triplet: 33, 07 and 47. RGB value is (51,7,71). Sum of RGB (Red+Green+Blue) = 51+7+71=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #330747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330747 is #CCF8B8. Grayscale: #1B1B1B. Windows color (decimal): -13433017 or 4654899. OLE color: 4654899.
HSL color Cylindrical-coordinate representation of color #330747: hue angle of 281.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330747 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 7 | 71 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.72 |
| HSL | 281.25º | 0.82% | 0.15% | - |
| HSV(B) | 281.25º | 0.9% | 0.28% | - |
| XYZ | 2.58 | 1.31 | 6.08 | - |
| YUV | 27.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 71 | 0.28 | 0.90 | 0 | 0.72 | 281.25 | 0.82 | 0.15 |
| Hex | 33 | 7 | 47 | 1C | 5A | 0 | 48 | 119 | 52 | F |
| Octal | 63 | 7 | 107 | 34 | 132 | 0 | 110 | 431 | 122 | 17 |
| Binary | 110011 | 111 | 1000111 | 11100 | 1011010 | 0 | 1001000 | 100011001 | 1010010 | 1111 |
Color Harmonies of #330747
Complementary color
Monochromatic Colors of #330747
Black with #330747
Text Example
Text Example
White with #330747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330747; }
p { color: rgb(51,7,71); }
H1.HeaderClassName
{
color: #330747;
}
.AnyTagClassName
{
color: #330747;
}
</style>
background-color css
<style>
a { background-color: #330747; }
a { background-color: rgb(51,7,71); }
div.DivClassName
{
background-color: #330747;
}
.BgClassName
{
background-color: #330747;
}
</style>
border-color css
<style>
span { border-color: #330747; }
span { border-color: rgb(51,7,71); }
td.TdClassName
{
border-color: #330747;
}
.TagClassName
{
border-color: #330747;
}
</style>