Shades of Blackcurrant #330256
Tints of Blackcurrant #330256
RGB
CMYK
RGB Variations
Color information
#330256 (or 0x330256) is known color: Blackcurrant. HEX triplet: 33, 02 and 56. RGB value is (51,2,86). Sum of RGB (Red+Green+Blue) = 51+2+86=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #330256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330256 is #CCFDA9. Grayscale: #191919. Windows color (decimal): -13434282 or 5636659. OLE color: 5636659.
HSL color Cylindrical-coordinate representation of color #330256: hue angle of 275º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330256 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 2 | 86 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.66 |
| HSL | 275º | 0.95% | 0.17% | - |
| HSV(B) | 275º | 0.98% | 0.34% | - |
| XYZ | 3.07 | 1.42 | 8.92 | - |
| YUV | 26.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 86 | 0.41 | 0.98 | 0 | 0.66 | 275 | 0.95 | 0.17 |
| Hex | 33 | 2 | 56 | 29 | 62 | 0 | 42 | 113 | 5F | 11 |
| Octal | 63 | 2 | 126 | 51 | 142 | 0 | 102 | 423 | 137 | 21 |
| Binary | 110011 | 10 | 1010110 | 101001 | 1100010 | 0 | 1000010 | 100010011 | 1011111 | 10001 |
Color Harmonies of #330256
Complementary color
Monochromatic Colors of #330256
Black with #330256
Text Example
Text Example
White with #330256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330256; }
p { color: rgb(51,2,86); }
H1.HeaderClassName
{
color: #330256;
}
.AnyTagClassName
{
color: #330256;
}
</style>
background-color css
<style>
a { background-color: #330256; }
a { background-color: rgb(51,2,86); }
div.DivClassName
{
background-color: #330256;
}
.BgClassName
{
background-color: #330256;
}
</style>
border-color css
<style>
span { border-color: #330256; }
span { border-color: rgb(51,2,86); }
td.TdClassName
{
border-color: #330256;
}
.TagClassName
{
border-color: #330256;
}
</style>