#46353A

Color #46353A Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #46353A

Tints of Wine Berry #46353A

Color information

#46353A (or 0x46353A) is unknown color: approx Wine Berry. HEX triplet: 46, 35 and 3A. RGB value is (70,53,58). Sum of RGB (Red+Green+Blue) = 70+53+58=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #46353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46353A is #B9CAC5. Grayscale: #3A3A3A. Windows color (decimal): -12176070 or 3814726. OLE color: 3814726.

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

Color convert

RGB705358-
CMYK00.240.170.73
HSL342.35º13.82%24.12%-
HSV(B)342.35º24.29%27.45%-
XYZ4.564.154.56-
YUV58.65127.63136.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=38.67%
G=29.28%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70535800.240.170.73342.3513.8224.12
Hex46353A0181149156e18
Octal1066572030211115261630
Binary1000110110101111010011000100011001001101010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46353A; }

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

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

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

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

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

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

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

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