#352140

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

Shades of Blackcurrant #352140

Tints of Blackcurrant #352140

Color information

#352140 (or 0x352140) is unknown color: approx Blackcurrant. HEX triplet: 35, 21 and 40. RGB value is (53,33,64). Sum of RGB (Red+Green+Blue) = 53+33+64=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #352140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352140 is #CADEBF. Grayscale: #2A2A2A. Windows color (decimal): -13295296 or 4202805. OLE color: 4202805.

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

Color convert

RGB533364-
CMYK0.170.4800.75
HSL278.71º31.96%19.02%-
HSV(B)278.71º48.44%25.1%-
XYZ2.942.215.12-
YUV42.51140.13135.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=35.33%
G=22%
B=42.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5333640.170.4800.75278.7131.9619.02
Hex352140113004B1172013
Octal6541100216001134274023
Binary1101011000011000000100011100000100101110001011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352140; }

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

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

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

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

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

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

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

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