#332041

Color #332041 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #332041

Tints of Blackcurrant #332041

Color information

#332041 (or 0x332041) is unknown color: approx Blackcurrant. HEX triplet: 33, 20 and 41. RGB value is (51,32,65). Sum of RGB (Red+Green+Blue) = 51+32+65=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #332041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332041 is #CCDFBE. Grayscale: #292929. Windows color (decimal): -13426623 or 4268083. OLE color: 4268083.

HSL color Cylindrical-coordinate representation of color #332041: hue angle of 274.55º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332041 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB513265-
CMYK0.220.5100.75
HSL274.55º34.02%19.02%-
HSV(B)274.55º50.77%25.49%-
XYZ2.842.125.26-
YUV41.44141.29134.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 34.46%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=34.46%
G=21.62%
B=43.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5132650.220.5100.75274.5534.0219.02
Hex332041163304B1132213
Octal6340101266301134234223
Binary1100111000001000001101101100110100101110001001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332041; }

 p { color: rgb(51,32,65); }

 H1.HeaderClassName
 {
   color: #332041;
 }
 .AnyTagClassName
 {
   color: #332041;
 }
</style>
background-color css

<style>
 a { background-color: #332041; }

 a { background-color: rgb(51,32,65); }

 div.DivClassName
 {
   background-color: #332041;
 }
 .BgClassName
 {
   background-color: #332041;
 }
</style>
border-color css

<style>
 span { border-color: #332041; }

 span { border-color: rgb(51,32,65); }

 td.TdClassName
 {
   border-color: #332041;
 }
 .TagClassName
 {
   border-color: #332041;
 }
</style>