#352240

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

Shades of Blackcurrant #352240

Tints of Blackcurrant #352240

Color information

#352240 (or 0x352240) is unknown color: approx Blackcurrant. HEX triplet: 35, 22 and 40. RGB value is (53,34,64). Sum of RGB (Red+Green+Blue) = 53+34+64=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #352240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352240 is #CADDBF. Grayscale: #2A2A2A. Windows color (decimal): -13295040 or 4203061. OLE color: 4203061.

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

Color convert

RGB533464-
CMYK0.170.4700.75
HSL278º30.61%19.22%-
HSV(B)278º46.88%25.1%-
XYZ2.972.275.13-
YUV43.1139.79135.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=35.10%
G=22.52%
B=42.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5334640.170.4700.7527830.6119.22
Hex352240112F04B1161f13
Octal6542100215701134263723
Binary110101100010100000010001101111010010111000101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352240; }

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

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

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

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

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

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

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

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