Shades of Blackcurrant #330A4D
Tints of Blackcurrant #330A4D
RGB
CMYK
RGB Variations
Color information
#330A4D (or 0x330A4D) is known color: Blackcurrant. HEX triplet: 33, 0A and 4D. RGB value is (51,10,77). Sum of RGB (Red+Green+Blue) = 51+10+77=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #330A4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A4D is #CCF5B2. Grayscale: #1D1D1D. Windows color (decimal): -13432243 or 5048883. OLE color: 5048883.
HSL color Cylindrical-coordinate representation of color #330A4D: hue angle of 276.72º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #330A4D is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 10 | 77 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.70 |
| HSL | 276.72º | 0.77% | 0.17% | - |
| HSV(B) | 276.72º | 0.87% | 0.3% | - |
| XYZ | 2.81 | 1.46 | 7.15 | - |
| YUV | 29.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 77 | 0.34 | 0.87 | 0 | 0.70 | 276.72 | 0.77 | 0.17 |
| Hex | 33 | A | 4D | 22 | 57 | 0 | 46 | 115 | 4D | 11 |
| Octal | 63 | 12 | 115 | 42 | 127 | 0 | 106 | 425 | 115 | 21 |
| Binary | 110011 | 1010 | 1001101 | 100010 | 1010111 | 0 | 1000110 | 100010101 | 1001101 | 10001 |
Color Harmonies of #330A4D
Complementary color
Monochromatic Colors of #330A4D
Black with #330A4D
Text Example
Text Example
White with #330A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A4D; }
p { color: rgb(51,10,77); }
H1.HeaderClassName
{
color: #330A4D;
}
.AnyTagClassName
{
color: #330A4D;
}
</style>
background-color css
<style>
a { background-color: #330A4D; }
a { background-color: rgb(51,10,77); }
div.DivClassName
{
background-color: #330A4D;
}
.BgClassName
{
background-color: #330A4D;
}
</style>
border-color css
<style>
span { border-color: #330A4D; }
span { border-color: rgb(51,10,77); }
td.TdClassName
{
border-color: #330A4D;
}
.TagClassName
{
border-color: #330A4D;
}
</style>