Shades of Blackcurrant #330442
Tints of Blackcurrant #330442
RGB
CMYK
RGB Variations
Color information
#330442 (or 0x330442) is known color: Blackcurrant. HEX triplet: 33, 04 and 42. RGB value is (51,4,66). Sum of RGB (Red+Green+Blue) = 51+4+66=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #330442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330442 is #CCFBBD. Grayscale: #181818. Windows color (decimal): -13433790 or 4326451. OLE color: 4326451.
HSL color Cylindrical-coordinate representation of color #330442: hue angle of 285.48º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330442 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 4 | 66 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.74 |
| HSL | 285.48º | 0.89% | 0.14% | - |
| HSV(B) | 285.48º | 0.94% | 0.26% | - |
| XYZ | 2.39 | 1.18 | 5.26 | - |
| YUV | 25.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 66 | 0.23 | 0.94 | 0 | 0.74 | 285.48 | 0.89 | 0.14 |
| Hex | 33 | 4 | 42 | 17 | 5E | 0 | 4A | 11D | 59 | E |
| Octal | 63 | 4 | 102 | 27 | 136 | 0 | 112 | 435 | 131 | 16 |
| Binary | 110011 | 100 | 1000010 | 10111 | 1011110 | 0 | 1001010 | 100011101 | 1011001 | 1110 |
Color Harmonies of #330442
Complementary color
Monochromatic Colors of #330442
Black with #330442
Text Example
Text Example
White with #330442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330442; }
p { color: rgb(51,4,66); }
H1.HeaderClassName
{
color: #330442;
}
.AnyTagClassName
{
color: #330442;
}
</style>
background-color css
<style>
a { background-color: #330442; }
a { background-color: rgb(51,4,66); }
div.DivClassName
{
background-color: #330442;
}
.BgClassName
{
background-color: #330442;
}
</style>
border-color css
<style>
span { border-color: #330442; }
span { border-color: rgb(51,4,66); }
td.TdClassName
{
border-color: #330442;
}
.TagClassName
{
border-color: #330442;
}
</style>