#352040

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

Shades of Blackcurrant #352040

Tints of Blackcurrant #352040

Color information

#352040 (or 0x352040) is unknown color: approx Blackcurrant. HEX triplet: 35, 20 and 40. RGB value is (53,32,64). Sum of RGB (Red+Green+Blue) = 53+32+64=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #352040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352040 is #CADFBF. Grayscale: #292929. Windows color (decimal): -13295552 or 4202549. OLE color: 4202549.

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

Color convert

RGB533264-
CMYK0.170.5000.75
HSL279.38º33.33%18.82%-
HSV(B)279.38º50%25.1%-
XYZ2.912.165.11-
YUV41.93140.46135.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=35.57%
G=21.48%
B=42.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5332640.170.5000.75279.3833.3318.82
Hex352040113204B1172113
Octal6540100216201134274123
Binary1101011000001000000100011100100100101110001011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352040; }

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

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

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

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

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

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

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

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