#352046

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

Shades of Blackcurrant #352046

Tints of Blackcurrant #352046

Color information

#352046 (or 0x352046) is unknown color: approx Blackcurrant. HEX triplet: 35, 20 and 46. RGB value is (53,32,70). Sum of RGB (Red+Green+Blue) = 53+32+70=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #352046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352046 is #CADFB9. Grayscale: #2A2A2A. Windows color (decimal): -13295546 or 4595765. OLE color: 4595765.

HSL color Cylindrical-coordinate representation of color #352046: hue angle of 273.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352046 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB533270-
CMYK0.240.5400.73
HSL273.16º37.25%20%-
HSV(B)273.16º54.29%27.45%-
XYZ3.092.236.06-
YUV42.61143.46135.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=34.19%
G=20.65%
B=45.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5332700.240.5400.73273.1637.2520
Hex35204618360491112514
Octal6540106306601114214524
Binary1101011000001000110110001101100100100110001000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352046; }

 p { color: rgb(53,32,70); }

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

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

 a { background-color: rgb(53,32,70); }

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

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

 span { border-color: rgb(53,32,70); }

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