Shades of Blackcurrant #330054
Tints of Blackcurrant #330054
RGB
CMYK
RGB Variations
Color information
#330054 (or 0x330054) is known color: Blackcurrant. HEX triplet: 33, 00 and 54. RGB value is (51,0,84). Sum of RGB (Red+Green+Blue) = 51+0+84=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #330054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330054 is #CCFFAB. Grayscale: #181818. Windows color (decimal): -13434796 or 5505075. OLE color: 5505075.
HSL color Cylindrical-coordinate representation of color #330054: hue angle of 276.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330054 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 0 | 84 | - |
| CMYK | 0.39 | 1 | 0 | 0.67 |
| HSL | 276.43º | 1% | 0.16% | - |
| HSV(B) | 276.43º | 1% | 0.33% | - |
| XYZ | 2.97 | 1.34 | 8.49 | - |
| YUV | 24.83 | 161.4 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 84 | 0.39 | 1 | 0 | 0.67 | 276.43 | 1 | 0.16 |
| Hex | 33 | 0 | 54 | 27 | 64 | 0 | 43 | 114 | 64 | 10 |
| Octal | 63 | 0 | 124 | 47 | 144 | 0 | 103 | 424 | 144 | 20 |
| Binary | 110011 | 0 | 1010100 | 100111 | 1100100 | 0 | 1000011 | 100010100 | 1100100 | 10000 |
Color Harmonies of #330054
Complementary color
Monochromatic Colors of #330054
Black with #330054
Text Example
Text Example
White with #330054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330054; }
p { color: rgb(51,0,84); }
H1.HeaderClassName
{
color: #330054;
}
.AnyTagClassName
{
color: #330054;
}
</style>
background-color css
<style>
a { background-color: #330054; }
a { background-color: rgb(51,0,84); }
div.DivClassName
{
background-color: #330054;
}
.BgClassName
{
background-color: #330054;
}
</style>
border-color css
<style>
span { border-color: #330054; }
span { border-color: rgb(51,0,84); }
td.TdClassName
{
border-color: #330054;
}
.TagClassName
{
border-color: #330054;
}
</style>