Shades of Blackcurrant #330255
Tints of Blackcurrant #330255
RGB
CMYK
RGB Variations
Color information
#330255 (or 0x330255) is known color: Blackcurrant. HEX triplet: 33, 02 and 55. RGB value is (51,2,85). Sum of RGB (Red+Green+Blue) = 51+2+85=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #330255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330255 is #CCFDAA. Grayscale: #191919. Windows color (decimal): -13434283 or 5571123. OLE color: 5571123.
HSL color Cylindrical-coordinate representation of color #330255: hue angle of 275.42º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330255 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 2 | 85 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.67 |
| HSL | 275.42º | 0.95% | 0.17% | - |
| HSV(B) | 275.42º | 0.98% | 0.33% | - |
| XYZ | 3.03 | 1.4 | 8.71 | - |
| YUV | 26.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 85 | 0.40 | 0.98 | 0 | 0.67 | 275.42 | 0.95 | 0.17 |
| Hex | 33 | 2 | 55 | 28 | 62 | 0 | 43 | 113 | 5F | 11 |
| Octal | 63 | 2 | 125 | 50 | 142 | 0 | 103 | 423 | 137 | 21 |
| Binary | 110011 | 10 | 1010101 | 101000 | 1100010 | 0 | 1000011 | 100010011 | 1011111 | 10001 |
Color Harmonies of #330255
Complementary color
Monochromatic Colors of #330255
Black with #330255
Text Example
Text Example
White with #330255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330255; }
p { color: rgb(51,2,85); }
H1.HeaderClassName
{
color: #330255;
}
.AnyTagClassName
{
color: #330255;
}
</style>
background-color css
<style>
a { background-color: #330255; }
a { background-color: rgb(51,2,85); }
div.DivClassName
{
background-color: #330255;
}
.BgClassName
{
background-color: #330255;
}
</style>
border-color css
<style>
span { border-color: #330255; }
span { border-color: rgb(51,2,85); }
td.TdClassName
{
border-color: #330255;
}
.TagClassName
{
border-color: #330255;
}
</style>