#352440

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

Shades of Blackcurrant #352440

Tints of Blackcurrant #352440

Color information

#352440 (or 0x352440) is unknown color: approx Blackcurrant. HEX triplet: 35, 24 and 40. RGB value is (53,36,64). Sum of RGB (Red+Green+Blue) = 53+36+64=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #352440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352440 is #CADBBF. Grayscale: #2C2C2C. Windows color (decimal): -13294528 or 4203573. OLE color: 4203573.

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

Color convert

RGB533664-
CMYK0.170.4400.75
HSL276.43º28%19.61%-
HSV(B)276.43º43.75%25.1%-
XYZ3.022.395.15-
YUV44.28139.13134.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=34.64%
G=23.53%
B=41.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5336640.170.4400.75276.432819.61
Hex352440112C04B1141c14
Octal6544100215401134243424
Binary110101100100100000010001101100010010111000101001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352440; }

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

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

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

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

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

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

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

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