Shades of Blackcurrant #332142
Tints of Blackcurrant #332142
RGB
CMYK
RGB Variations
Color information
#332142 (or 0x332142) is known color: Blackcurrant. HEX triplet: 33, 21 and 42. RGB value is (51,33,66). Sum of RGB (Red+Green+Blue) = 51+33+66=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 66 - color contains mainly: blue. Hex color #332142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332142 is #CCDEBD. Grayscale: #2A2A2A. Windows color (decimal): -13426366 or 4333875. OLE color: 4333875.
HSL color Cylindrical-coordinate representation of color #332142: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #332142 is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 33 | 66 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.74 |
| HSL | 272.73º | 0.33% | 0.19% | - |
| HSV(B) | 272.73º | 0.5% | 0.26% | - |
| XYZ | 2.89 | 2.18 | 5.42 | - |
| YUV | 42.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 66 | 0.23 | 0.5 | 0 | 0.74 | 272.73 | 0.33 | 0.19 |
| Hex | 33 | 21 | 42 | 17 | 32 | 0 | 4A | 111 | 21 | 13 |
| Octal | 63 | 41 | 102 | 27 | 62 | 0 | 112 | 421 | 41 | 23 |
| Binary | 110011 | 100001 | 1000010 | 10111 | 110010 | 0 | 1001010 | 100010001 | 100001 | 10011 |
Color Harmonies of #332142
Complementary color
Monochromatic Colors of #332142
Black with #332142
Text Example
Text Example
White with #332142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332142; }
p { color: rgb(51,33,66); }
H1.HeaderClassName
{
color: #332142;
}
.AnyTagClassName
{
color: #332142;
}
</style>
background-color css
<style>
a { background-color: #332142; }
a { background-color: rgb(51,33,66); }
div.DivClassName
{
background-color: #332142;
}
.BgClassName
{
background-color: #332142;
}
</style>
border-color css
<style>
span { border-color: #332142; }
span { border-color: rgb(51,33,66); }
td.TdClassName
{
border-color: #332142;
}
.TagClassName
{
border-color: #332142;
}
</style>