#4B353A

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

Shades of Wine Berry #4B353A

Tints of Wine Berry #4B353A

Color information

#4B353A (or 0x4B353A) is unknown color: approx Wine Berry. HEX triplet: 4B, 35 and 3A. RGB value is (75,53,58). Sum of RGB (Red+Green+Blue) = 75+53+58=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B353A is #B4CAC5. Grayscale: #3C3C3C. Windows color (decimal): -11848390 or 3814731. OLE color: 3814731.

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

Color convert

RGB755358-
CMYK00.290.230.71
HSL346.36º17.19%25.1%-
HSV(B)346.36º29.33%29.41%-
XYZ4.944.354.58-
YUV60.15126.79138.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.32%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=40.32%
G=28.49%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75535800.290.230.71346.3617.1925.1
Hex4B353A01D174715a1119
Octal1136572035271075322131
Binary10010111101011110100111011011110001111010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B353A; }

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

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

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

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

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

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

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

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