Shades of Blackcurrant #330042
Tints of Blackcurrant #330042
RGB
CMYK
RGB Variations
Color information
#330042 (or 0x330042) is known color: Blackcurrant. HEX triplet: 33, 00 and 42. RGB value is (51,0,66). Sum of RGB (Red+Green+Blue) = 51+0+66=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 66 (26.17% from 255 or 56.41% from 117); Max value from RGB is 66 - color contains mainly: blue. Hex color #330042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330042 is #CCFFBD. Grayscale: #161616. Windows color (decimal): -13434814 or 4325427. OLE color: 4325427.
HSL color Cylindrical-coordinate representation of color #330042: hue angle of 286.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330042 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 0 | 66 | - |
| CMYK | 0.23 | 1 | 0 | 0.74 |
| HSL | 286.36º | 1% | 0.13% | - |
| HSV(B) | 286.36º | 1% | 0.26% | - |
| XYZ | 2.35 | 1.1 | 5.24 | - |
| YUV | 22.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 0 | 66 | 0.23 | 1 | 0 | 0.74 | 286.36 | 1 | 0.13 |
| Hex | 33 | 0 | 42 | 17 | 64 | 0 | 4A | 11E | 64 | D |
| Octal | 63 | 0 | 102 | 27 | 144 | 0 | 112 | 436 | 144 | 15 |
| Binary | 110011 | 0 | 1000010 | 10111 | 1100100 | 0 | 1001010 | 100011110 | 1100100 | 1101 |
Color Harmonies of #330042
Complementary color
Monochromatic Colors of #330042
Black with #330042
Text Example
Text Example
White with #330042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330042; }
p { color: rgb(51,0,66); }
H1.HeaderClassName
{
color: #330042;
}
.AnyTagClassName
{
color: #330042;
}
</style>
background-color css
<style>
a { background-color: #330042; }
a { background-color: rgb(51,0,66); }
div.DivClassName
{
background-color: #330042;
}
.BgClassName
{
background-color: #330042;
}
</style>
border-color css
<style>
span { border-color: #330042; }
span { border-color: rgb(51,0,66); }
td.TdClassName
{
border-color: #330042;
}
.TagClassName
{
border-color: #330042;
}
</style>