#4B3039

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

Shades of Wine Berry #4B3039

Tints of Wine Berry #4B3039

Color information

#4B3039 (or 0x4B3039) is unknown color: approx Wine Berry. HEX triplet: 4B, 30 and 39. RGB value is (75,48,57). Sum of RGB (Red+Green+Blue) = 75+48+57=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3039 is #B4CFC6. Grayscale: #393939. Windows color (decimal): -11849671 or 3747915. OLE color: 3747915.

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

Color convert

RGB754857-
CMYK00.360.240.71
HSL340º21.95%24.12%-
HSV(B)340º36%29.41%-
XYZ4.73.914.38-
YUV57.1127.95140.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.67%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 57 (22.66% from 255) = 31.67%
R=41.67%
G=26.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75485700.360.240.7134021.9524.12
Hex4B303902418471541618
Octal1136071044301075242630
Binary100101111000011100101001001100010001111010101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,48,57); }

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

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

 a { background-color: rgb(75,48,57); }

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

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

 span { border-color: rgb(75,48,57); }

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