Shades of Blackcurrant #332144
Tints of Blackcurrant #332144
RGB
CMYK
RGB Variations
Color information
#332144 (or 0x332144) is known color: Blackcurrant. HEX triplet: 33, 21 and 44. RGB value is (51,33,68). Sum of RGB (Red+Green+Blue) = 51+33+68=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #332144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332144 is #CCDEBB. Grayscale: #2A2A2A. Windows color (decimal): -13426364 or 4464947. OLE color: 4464947.
HSL color Cylindrical-coordinate representation of color #332144: hue angle of 270.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332144 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 33 | 68 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.73 |
| HSL | 270.86º | 0.35% | 0.2% | - |
| HSV(B) | 270.86º | 0.51% | 0.27% | - |
| XYZ | 2.95 | 2.21 | 5.74 | - |
| YUV | 42.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 68 | 0.25 | 0.51 | 0 | 0.73 | 270.86 | 0.35 | 0.2 |
| Hex | 33 | 21 | 44 | 19 | 33 | 0 | 49 | 10F | 23 | 14 |
| Octal | 63 | 41 | 104 | 31 | 63 | 0 | 111 | 417 | 43 | 24 |
| Binary | 110011 | 100001 | 1000100 | 11001 | 110011 | 0 | 1001001 | 100001111 | 100011 | 10100 |
Color Harmonies of #332144
Complementary color
Monochromatic Colors of #332144
Black with #332144
Text Example
Text Example
White with #332144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332144; }
p { color: rgb(51,33,68); }
H1.HeaderClassName
{
color: #332144;
}
.AnyTagClassName
{
color: #332144;
}
</style>
background-color css
<style>
a { background-color: #332144; }
a { background-color: rgb(51,33,68); }
div.DivClassName
{
background-color: #332144;
}
.BgClassName
{
background-color: #332144;
}
</style>
border-color css
<style>
span { border-color: #332144; }
span { border-color: rgb(51,33,68); }
td.TdClassName
{
border-color: #332144;
}
.TagClassName
{
border-color: #332144;
}
</style>