Shades of Blackcurrant #332138
Tints of Blackcurrant #332138
RGB
CMYK
RGB Variations
Color information
#332138 (or 0x332138) is known color: Blackcurrant. HEX triplet: 33, 21 and 38. RGB value is (51,33,56). Sum of RGB (Red+Green+Blue) = 51+33+56=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #332138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332138 is #CCDEC7. Grayscale: #282828. Windows color (decimal): -13426376 or 3678515. OLE color: 3678515.
HSL color Cylindrical-coordinate representation of color #332138: hue angle of 286.96º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #332138 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 33 | 56 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.78 |
| HSL | 286.96º | 0.26% | 0.17% | - |
| HSV(B) | 286.96º | 0.41% | 0.22% | - |
| XYZ | 2.62 | 2.08 | 4 | - |
| YUV | 41 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 56 | 0.09 | 0.41 | 0 | 0.78 | 286.96 | 0.26 | 0.17 |
| Hex | 33 | 21 | 38 | 9 | 29 | 0 | 4E | 11F | 1A | 11 |
| Octal | 63 | 41 | 70 | 11 | 51 | 0 | 116 | 437 | 32 | 21 |
| Binary | 110011 | 100001 | 111000 | 1001 | 101001 | 0 | 1001110 | 100011111 | 11010 | 10001 |
Color Harmonies of #332138
Complementary color
Monochromatic Colors of #332138
Black with #332138
Text Example
Text Example
White with #332138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332138; }
p { color: rgb(51,33,56); }
H1.HeaderClassName
{
color: #332138;
}
.AnyTagClassName
{
color: #332138;
}
</style>
background-color css
<style>
a { background-color: #332138; }
a { background-color: rgb(51,33,56); }
div.DivClassName
{
background-color: #332138;
}
.BgClassName
{
background-color: #332138;
}
</style>
border-color css
<style>
span { border-color: #332138; }
span { border-color: rgb(51,33,56); }
td.TdClassName
{
border-color: #332138;
}
.TagClassName
{
border-color: #332138;
}
</style>