Shades of Blackcurrant #330455
Tints of Blackcurrant #330455
RGB
CMYK
RGB Variations
Color information
#330455 (or 0x330455) is known color: Blackcurrant. HEX triplet: 33, 04 and 55. RGB value is (51,4,85). Sum of RGB (Red+Green+Blue) = 51+4+85=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #330455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330455 is #CCFBAA. Grayscale: #1B1B1B. Windows color (decimal): -13433771 or 5571635. OLE color: 5571635.
HSL color Cylindrical-coordinate representation of color #330455: hue angle of 274.81º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330455 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 4 | 85 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.67 |
| HSL | 274.81º | 0.91% | 0.17% | - |
| HSV(B) | 274.81º | 0.95% | 0.33% | - |
| XYZ | 3.05 | 1.45 | 8.71 | - |
| YUV | 27.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 85 | 0.40 | 0.95 | 0 | 0.67 | 274.81 | 0.91 | 0.17 |
| Hex | 33 | 4 | 55 | 28 | 5F | 0 | 43 | 113 | 5B | 11 |
| Octal | 63 | 4 | 125 | 50 | 137 | 0 | 103 | 423 | 133 | 21 |
| Binary | 110011 | 100 | 1010101 | 101000 | 1011111 | 0 | 1000011 | 100010011 | 1011011 | 10001 |
Color Harmonies of #330455
Complementary color
Monochromatic Colors of #330455
Black with #330455
Text Example
Text Example
White with #330455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330455; }
p { color: rgb(51,4,85); }
H1.HeaderClassName
{
color: #330455;
}
.AnyTagClassName
{
color: #330455;
}
</style>
background-color css
<style>
a { background-color: #330455; }
a { background-color: rgb(51,4,85); }
div.DivClassName
{
background-color: #330455;
}
.BgClassName
{
background-color: #330455;
}
</style>
border-color css
<style>
span { border-color: #330455; }
span { border-color: rgb(51,4,85); }
td.TdClassName
{
border-color: #330455;
}
.TagClassName
{
border-color: #330455;
}
</style>