Shades of Blackcurrant #330354
Tints of Blackcurrant #330354
RGB
CMYK
RGB Variations
Color information
#330354 (or 0x330354) is known color: Blackcurrant. HEX triplet: 33, 03 and 54. RGB value is (51,3,84). Sum of RGB (Red+Green+Blue) = 51+3+84=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #330354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330354 is #CCFCAB. Grayscale: #1A1A1A. Windows color (decimal): -13434028 or 5505843. OLE color: 5505843.
HSL color Cylindrical-coordinate representation of color #330354: hue angle of 275.56º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330354 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 3 | 84 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.67 |
| HSL | 275.56º | 0.93% | 0.17% | - |
| HSV(B) | 275.56º | 0.96% | 0.33% | - |
| XYZ | 3 | 1.41 | 8.5 | - |
| YUV | 26.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 3 | 84 | 0.39 | 0.96 | 0 | 0.67 | 275.56 | 0.93 | 0.17 |
| Hex | 33 | 3 | 54 | 27 | 60 | 0 | 43 | 114 | 5D | 11 |
| Octal | 63 | 3 | 124 | 47 | 140 | 0 | 103 | 424 | 135 | 21 |
| Binary | 110011 | 11 | 1010100 | 100111 | 1100000 | 0 | 1000011 | 100010100 | 1011101 | 10001 |
Color Harmonies of #330354
Complementary color
Monochromatic Colors of #330354
Black with #330354
Text Example
Text Example
White with #330354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330354; }
p { color: rgb(51,3,84); }
H1.HeaderClassName
{
color: #330354;
}
.AnyTagClassName
{
color: #330354;
}
</style>
background-color css
<style>
a { background-color: #330354; }
a { background-color: rgb(51,3,84); }
div.DivClassName
{
background-color: #330354;
}
.BgClassName
{
background-color: #330354;
}
</style>
border-color css
<style>
span { border-color: #330354; }
span { border-color: rgb(51,3,84); }
td.TdClassName
{
border-color: #330354;
}
.TagClassName
{
border-color: #330354;
}
</style>