Shades of Blackcurrant #330441
Tints of Blackcurrant #330441
RGB
CMYK
RGB Variations
Color information
#330441 (or 0x330441) is known color: Blackcurrant. HEX triplet: 33, 04 and 41. RGB value is (51,4,65). Sum of RGB (Red+Green+Blue) = 51+4+65=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #330441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330441 is #CCFBBE. Grayscale: #181818. Windows color (decimal): -13433791 or 4260915. OLE color: 4260915.
HSL color Cylindrical-coordinate representation of color #330441: hue angle of 286.23º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330441 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 4 | 65 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.75 |
| HSL | 286.23º | 0.88% | 0.14% | - |
| HSV(B) | 286.23º | 0.94% | 0.25% | - |
| XYZ | 2.36 | 1.17 | 5.1 | - |
| YUV | 25.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 65 | 0.22 | 0.94 | 0 | 0.75 | 286.23 | 0.88 | 0.14 |
| Hex | 33 | 4 | 41 | 16 | 5E | 0 | 4B | 11E | 58 | E |
| Octal | 63 | 4 | 101 | 26 | 136 | 0 | 113 | 436 | 130 | 16 |
| Binary | 110011 | 100 | 1000001 | 10110 | 1011110 | 0 | 1001011 | 100011110 | 1011000 | 1110 |
Color Harmonies of #330441
Complementary color
Monochromatic Colors of #330441
Black with #330441
Text Example
Text Example
White with #330441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330441; }
p { color: rgb(51,4,65); }
H1.HeaderClassName
{
color: #330441;
}
.AnyTagClassName
{
color: #330441;
}
</style>
background-color css
<style>
a { background-color: #330441; }
a { background-color: rgb(51,4,65); }
div.DivClassName
{
background-color: #330441;
}
.BgClassName
{
background-color: #330441;
}
</style>
border-color css
<style>
span { border-color: #330441; }
span { border-color: rgb(51,4,65); }
td.TdClassName
{
border-color: #330441;
}
.TagClassName
{
border-color: #330441;
}
</style>