#332540

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

Shades of Blackcurrant #332540

Tints of Blackcurrant #332540

Color information

#332540 (or 0x332540) is unknown color: approx Blackcurrant. HEX triplet: 33, 25 and 40. RGB value is (51,37,64). Sum of RGB (Red+Green+Blue) = 51+37+64=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #332540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332540 is #CCDABF. Grayscale: #2C2C2C. Windows color (decimal): -13425344 or 4203827. OLE color: 4203827.

HSL color Cylindrical-coordinate representation of color #332540: hue angle of 271.11º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #332540 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB513764-
CMYK0.200.4200.75
HSL271.11º26.73%19.8%-
HSV(B)271.11º42.19%25.1%-
XYZ2.952.45.16-
YUV44.26139.14132.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=33.55%
G=24.34%
B=42.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5137640.200.4200.75271.1126.7319.8
Hex332540142A04B10f1b14
Octal6345100245201134173324
Binary110011100101100000010100101010010010111000011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332540; }

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

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

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

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

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

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

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

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