#352540

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

Shades of Blackcurrant #352540

Tints of Blackcurrant #352540

Color information

#352540 (or 0x352540) is unknown color: approx Blackcurrant. HEX triplet: 35, 25 and 40. RGB value is (53,37,64). Sum of RGB (Red+Green+Blue) = 53+37+64=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #352540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352540 is #CADABF. Grayscale: #2C2C2C. Windows color (decimal): -13294272 or 4203829. OLE color: 4203829.

HSL color Cylindrical-coordinate representation of color #352540: hue angle of 275.56º 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 #352540 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB533764-
CMYK0.170.4200.75
HSL275.56º26.73%19.8%-
HSV(B)275.56º42.19%25.1%-
XYZ3.062.455.16-
YUV44.86138.8133.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=34.42%
G=24.03%
B=41.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5337640.170.4200.75275.5626.7319.8
Hex352540112A04B1141b14
Octal6545100215201134243324
Binary110101100101100000010001101010010010111000101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352540; }

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

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

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

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

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

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

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

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