#352340

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

Shades of Blackcurrant #352340

Tints of Blackcurrant #352340

Color information

#352340 (or 0x352340) is unknown color: approx Blackcurrant. HEX triplet: 35, 23 and 40. RGB value is (53,35,64). Sum of RGB (Red+Green+Blue) = 53+35+64=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 35 (14.06% from 255 or 23.03% 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 #352340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352340 is #CADCBF. Grayscale: #2B2B2B. Windows color (decimal): -13294784 or 4203317. OLE color: 4203317.

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

Color convert

RGB533564-
CMYK0.170.4500.75
HSL277.24º29.29%19.41%-
HSV(B)277.24º45.31%25.1%-
XYZ2.992.335.14-
YUV43.69139.46134.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=34.87%
G=23.03%
B=42.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5335640.170.4500.75277.2429.2919.41
Hex352340112D04B1151d13
Octal6543100215501134253523
Binary110101100011100000010001101101010010111000101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352340; }

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

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

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

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

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

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

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

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