Shades of Blackcurrant #330146
Tints of Blackcurrant #330146
RGB
CMYK
RGB Variations
Color information
#330146 (or 0x330146) is known color: Blackcurrant. HEX triplet: 33, 01 and 46. RGB value is (51,1,70). Sum of RGB (Red+Green+Blue) = 51+1+70=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #330146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330146 is #CCFEB9. Grayscale: #171717. Windows color (decimal): -13434554 or 4587827. OLE color: 4587827.
HSL color Cylindrical-coordinate representation of color #330146: hue angle of 283.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #330146 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 1 | 70 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.73 |
| HSL | 283.48º | 0.97% | 0.14% | - |
| HSV(B) | 283.48º | 0.99% | 0.27% | - |
| XYZ | 2.48 | 1.17 | 5.89 | - |
| YUV | 23.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 70 | 0.27 | 0.99 | 0 | 0.73 | 283.48 | 0.97 | 0.14 |
| Hex | 33 | 1 | 46 | 1B | 63 | 0 | 49 | 11B | 61 | E |
| Octal | 63 | 1 | 106 | 33 | 143 | 0 | 111 | 433 | 141 | 16 |
| Binary | 110011 | 1 | 1000110 | 11011 | 1100011 | 0 | 1001001 | 100011011 | 1100001 | 1110 |
Color Harmonies of #330146
Complementary color
Monochromatic Colors of #330146
Black with #330146
Text Example
Text Example
White with #330146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330146; }
p { color: rgb(51,1,70); }
H1.HeaderClassName
{
color: #330146;
}
.AnyTagClassName
{
color: #330146;
}
</style>
background-color css
<style>
a { background-color: #330146; }
a { background-color: rgb(51,1,70); }
div.DivClassName
{
background-color: #330146;
}
.BgClassName
{
background-color: #330146;
}
</style>
border-color css
<style>
span { border-color: #330146; }
span { border-color: rgb(51,1,70); }
td.TdClassName
{
border-color: #330146;
}
.TagClassName
{
border-color: #330146;
}
</style>