#332040

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

Shades of Blackcurrant #332040

Tints of Blackcurrant #332040

Color information

#332040 (or 0x332040) is unknown color: approx Blackcurrant. HEX triplet: 33, 20 and 40. RGB value is (51,32,64). Sum of RGB (Red+Green+Blue) = 51+32+64=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #332040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332040 is #CCDFBF. Grayscale: #292929. Windows color (decimal): -13426624 or 4202547. OLE color: 4202547.

HSL color Cylindrical-coordinate representation of color #332040: hue angle of 275.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #332040 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB513264-
CMYK0.200.5000.75
HSL275.62º33.33%18.82%-
HSV(B)275.62º50%25.1%-
XYZ2.812.115.11-
YUV41.33140.79134.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=34.69%
G=21.77%
B=43.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5132640.200.5000.75275.6233.3318.82
Hex332040143204B1142113
Octal6340100246201134244123
Binary1100111000001000000101001100100100101110001010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332040; }

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

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

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

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

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

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

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

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