#4D303A

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

Shades of Wine Berry #4D303A

Tints of Wine Berry #4D303A

Color information

#4D303A (or 0x4D303A) is unknown color: approx Wine Berry. HEX triplet: 4D, 30 and 3A. RGB value is (77,48,58). Sum of RGB (Red+Green+Blue) = 77+48+58=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D303A is #B2CFC5. Grayscale: #393939. Windows color (decimal): -11718598 or 3813453. OLE color: 3813453.

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

Color convert

RGB774858-
CMYK00.380.250.70
HSL339.31º23.2%24.51%-
HSV(B)339.31º37.66%30.2%-
XYZ4.8844.52-
YUV57.81128.11141.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.08%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=42.08%
G=26.23%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77485800.380.250.70339.3123.224.51
Hex4D303A02619461531719
Octal1156072046311065232731
Binary100110111000011101001001101100110001101010100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,58); }

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

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

 a { background-color: rgb(77,48,58); }

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

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

 span { border-color: rgb(77,48,58); }

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