Shades of Blackcurrant #330456
Tints of Blackcurrant #330456
RGB
CMYK
RGB Variations
Color information
#330456 (or 0x330456) is known color: Blackcurrant. HEX triplet: 33, 04 and 56. RGB value is (51,4,86). Sum of RGB (Red+Green+Blue) = 51+4+86=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #330456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330456 is #CCFBA9. Grayscale: #1B1B1B. Windows color (decimal): -13433770 or 5637171. OLE color: 5637171.
HSL color Cylindrical-coordinate representation of color #330456: hue angle of 274.39º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330456 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 4 | 86 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.66 |
| HSL | 274.39º | 0.91% | 0.18% | - |
| HSV(B) | 274.39º | 0.95% | 0.34% | - |
| XYZ | 3.09 | 1.46 | 8.92 | - |
| YUV | 27.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 86 | 0.41 | 0.95 | 0 | 0.66 | 274.39 | 0.91 | 0.18 |
| Hex | 33 | 4 | 56 | 29 | 5F | 0 | 42 | 112 | 5B | 12 |
| Octal | 63 | 4 | 126 | 51 | 137 | 0 | 102 | 422 | 133 | 22 |
| Binary | 110011 | 100 | 1010110 | 101001 | 1011111 | 0 | 1000010 | 100010010 | 1011011 | 10010 |
Color Harmonies of #330456
Complementary color
Monochromatic Colors of #330456
Black with #330456
Text Example
Text Example
White with #330456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330456; }
p { color: rgb(51,4,86); }
H1.HeaderClassName
{
color: #330456;
}
.AnyTagClassName
{
color: #330456;
}
</style>
background-color css
<style>
a { background-color: #330456; }
a { background-color: rgb(51,4,86); }
div.DivClassName
{
background-color: #330456;
}
.BgClassName
{
background-color: #330456;
}
</style>
border-color css
<style>
span { border-color: #330456; }
span { border-color: rgb(51,4,86); }
td.TdClassName
{
border-color: #330456;
}
.TagClassName
{
border-color: #330456;
}
</style>