#4B353C

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

Shades of Wine Berry #4B353C

Tints of Wine Berry #4B353C

Color information

#4B353C (or 0x4B353C) is unknown color: approx Wine Berry. HEX triplet: 4B, 35 and 3C. RGB value is (75,53,60). Sum of RGB (Red+Green+Blue) = 75+53+60=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B353C is #B4CAC3. Grayscale: #3C3C3C. Windows color (decimal): -11848388 or 3945803. OLE color: 3945803.

HSL color Cylindrical-coordinate representation of color #4B353C: hue angle of 340.91º 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 #4B353C is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB755360-
CMYK00.290.200.71
HSL340.91º17.19%25.1%-
HSV(B)340.91º29.33%29.41%-
XYZ4.994.374.86-
YUV60.38127.79138.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=39.89%
G=28.19%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75536000.290.200.71340.9117.1925.1
Hex4B353C01D14471551119
Octal1136574035241075252131
Binary10010111101011111000111011010010001111010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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