Shades of Blackcurrant #330554
Tints of Blackcurrant #330554
RGB
CMYK
RGB Variations
Color information
#330554 (or 0x330554) is known color: Blackcurrant. HEX triplet: 33, 05 and 54. RGB value is (51,5,84). Sum of RGB (Red+Green+Blue) = 51+5+84=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #330554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330554 is #CCFAAB. Grayscale: #1B1B1B. Windows color (decimal): -13433516 or 5506355. OLE color: 5506355.
HSL color Cylindrical-coordinate representation of color #330554: hue angle of 274.94º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330554 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 5 | 84 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.67 |
| HSL | 274.94º | 0.89% | 0.17% | - |
| HSV(B) | 274.94º | 0.94% | 0.33% | - |
| XYZ | 3.02 | 1.45 | 8.51 | - |
| YUV | 27.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 84 | 0.39 | 0.94 | 0 | 0.67 | 274.94 | 0.89 | 0.17 |
| Hex | 33 | 5 | 54 | 27 | 5E | 0 | 43 | 113 | 59 | 11 |
| Octal | 63 | 5 | 124 | 47 | 136 | 0 | 103 | 423 | 131 | 21 |
| Binary | 110011 | 101 | 1010100 | 100111 | 1011110 | 0 | 1000011 | 100010011 | 1011001 | 10001 |
Color Harmonies of #330554
Complementary color
Monochromatic Colors of #330554
Black with #330554
Text Example
Text Example
White with #330554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330554; }
p { color: rgb(51,5,84); }
H1.HeaderClassName
{
color: #330554;
}
.AnyTagClassName
{
color: #330554;
}
</style>
background-color css
<style>
a { background-color: #330554; }
a { background-color: rgb(51,5,84); }
div.DivClassName
{
background-color: #330554;
}
.BgClassName
{
background-color: #330554;
}
</style>
border-color css
<style>
span { border-color: #330554; }
span { border-color: rgb(51,5,84); }
td.TdClassName
{
border-color: #330554;
}
.TagClassName
{
border-color: #330554;
}
</style>