#352640

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

Shades of Blackcurrant #352640

Tints of Blackcurrant #352640

Color information

#352640 (or 0x352640) is unknown color: approx Blackcurrant. HEX triplet: 35, 26 and 40. RGB value is (53,38,64). Sum of RGB (Red+Green+Blue) = 53+38+64=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #352640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352640 is #CAD9BF. Grayscale: #2D2D2D. Windows color (decimal): -13294016 or 4204085. OLE color: 4204085.

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

Color convert

RGB533864-
CMYK0.170.4100.75
HSL274.62º25.49%20%-
HSV(B)274.62º40.62%25.1%-
XYZ3.092.515.17-
YUV45.45138.47133.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=34.19%
G=24.52%
B=41.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5338640.170.4100.75274.6225.4920
Hex352640112904B1131914
Octal6546100215101134233124
Binary110101100110100000010001101001010010111000100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352640; }

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

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

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

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

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

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

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

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