Shades of Blackcurrant #330748
Tints of Blackcurrant #330748
RGB
CMYK
RGB Variations
Color information
#330748 (or 0x330748) is known color: Blackcurrant. HEX triplet: 33, 07 and 48. RGB value is (51,7,72). Sum of RGB (Red+Green+Blue) = 51+7+72=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #330748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330748 is #CCF8B7. Grayscale: #1B1B1B. Windows color (decimal): -13433016 or 4720435. OLE color: 4720435.
HSL color Cylindrical-coordinate representation of color #330748: hue angle of 280.62º 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 #330748 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 7 | 72 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.72 |
| HSL | 280.62º | 0.82% | 0.15% | - |
| HSV(B) | 280.62º | 0.9% | 0.28% | - |
| XYZ | 2.61 | 1.32 | 6.25 | - |
| YUV | 27.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 72 | 0.29 | 0.90 | 0 | 0.72 | 280.62 | 0.82 | 0.15 |
| Hex | 33 | 7 | 48 | 1D | 5A | 0 | 48 | 119 | 52 | F |
| Octal | 63 | 7 | 110 | 35 | 132 | 0 | 110 | 431 | 122 | 17 |
| Binary | 110011 | 111 | 1001000 | 11101 | 1011010 | 0 | 1001000 | 100011001 | 1010010 | 1111 |
Color Harmonies of #330748
Complementary color
Monochromatic Colors of #330748
Black with #330748
Text Example
Text Example
White with #330748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330748; }
p { color: rgb(51,7,72); }
H1.HeaderClassName
{
color: #330748;
}
.AnyTagClassName
{
color: #330748;
}
</style>
background-color css
<style>
a { background-color: #330748; }
a { background-color: rgb(51,7,72); }
div.DivClassName
{
background-color: #330748;
}
.BgClassName
{
background-color: #330748;
}
</style>
border-color css
<style>
span { border-color: #330748; }
span { border-color: rgb(51,7,72); }
td.TdClassName
{
border-color: #330748;
}
.TagClassName
{
border-color: #330748;
}
</style>