Shades of Blackcurrant #330648
Tints of Blackcurrant #330648
RGB
CMYK
RGB Variations
Color information
#330648 (or 0x330648) is known color: Blackcurrant. HEX triplet: 33, 06 and 48. RGB value is (51,6,72). Sum of RGB (Red+Green+Blue) = 51+6+72=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #330648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330648 is #CCF9B7. Grayscale: #1A1A1A. Windows color (decimal): -13433272 or 4720179. OLE color: 4720179.
HSL color Cylindrical-coordinate representation of color #330648: hue angle of 280.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330648 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 6 | 72 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.72 |
| HSL | 280.91º | 0.85% | 0.15% | - |
| HSV(B) | 280.91º | 0.92% | 0.28% | - |
| XYZ | 2.6 | 1.3 | 6.25 | - |
| YUV | 26.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 72 | 0.29 | 0.92 | 0 | 0.72 | 280.91 | 0.85 | 0.15 |
| Hex | 33 | 6 | 48 | 1D | 5C | 0 | 48 | 119 | 55 | F |
| Octal | 63 | 6 | 110 | 35 | 134 | 0 | 110 | 431 | 125 | 17 |
| Binary | 110011 | 110 | 1001000 | 11101 | 1011100 | 0 | 1001000 | 100011001 | 1010101 | 1111 |
Color Harmonies of #330648
Complementary color
Monochromatic Colors of #330648
Black with #330648
Text Example
Text Example
White with #330648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330648; }
p { color: rgb(51,6,72); }
H1.HeaderClassName
{
color: #330648;
}
.AnyTagClassName
{
color: #330648;
}
</style>
background-color css
<style>
a { background-color: #330648; }
a { background-color: rgb(51,6,72); }
div.DivClassName
{
background-color: #330648;
}
.BgClassName
{
background-color: #330648;
}
</style>
border-color css
<style>
span { border-color: #330648; }
span { border-color: rgb(51,6,72); }
td.TdClassName
{
border-color: #330648;
}
.TagClassName
{
border-color: #330648;
}
</style>