Shades of Blackcurrant #330142
Tints of Blackcurrant #330142
RGB
CMYK
RGB Variations
Color information
#330142 (or 0x330142) is known color: Blackcurrant. HEX triplet: 33, 01 and 42. RGB value is (51,1,66). Sum of RGB (Red+Green+Blue) = 51+1+66=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #330142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330142 is #CCFEBD. Grayscale: #171717. Windows color (decimal): -13434558 or 4325683. OLE color: 4325683.
HSL color Cylindrical-coordinate representation of color #330142: hue angle of 286.15º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330142 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 1 | 66 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.74 |
| HSL | 286.15º | 0.97% | 0.13% | - |
| HSV(B) | 286.15º | 0.98% | 0.26% | - |
| XYZ | 2.36 | 1.12 | 5.25 | - |
| YUV | 23.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 66 | 0.23 | 0.98 | 0 | 0.74 | 286.15 | 0.97 | 0.13 |
| Hex | 33 | 1 | 42 | 17 | 62 | 0 | 4A | 11E | 61 | D |
| Octal | 63 | 1 | 102 | 27 | 142 | 0 | 112 | 436 | 141 | 15 |
| Binary | 110011 | 1 | 1000010 | 10111 | 1100010 | 0 | 1001010 | 100011110 | 1100001 | 1101 |
Color Harmonies of #330142
Complementary color
Monochromatic Colors of #330142
Black with #330142
Text Example
Text Example
White with #330142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330142; }
p { color: rgb(51,1,66); }
H1.HeaderClassName
{
color: #330142;
}
.AnyTagClassName
{
color: #330142;
}
</style>
background-color css
<style>
a { background-color: #330142; }
a { background-color: rgb(51,1,66); }
div.DivClassName
{
background-color: #330142;
}
.BgClassName
{
background-color: #330142;
}
</style>
border-color css
<style>
span { border-color: #330142; }
span { border-color: rgb(51,1,66); }
td.TdClassName
{
border-color: #330142;
}
.TagClassName
{
border-color: #330142;
}
</style>