#4E303A

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

Shades of Wine Berry #4E303A

Tints of Wine Berry #4E303A

Color information

#4E303A (or 0x4E303A) is unknown color: approx Wine Berry. HEX triplet: 4E, 30 and 3A. RGB value is (78,48,58). Sum of RGB (Red+Green+Blue) = 78+48+58=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E303A is #B1CFC5. Grayscale: #3A3A3A. Windows color (decimal): -11653062 or 3813454. OLE color: 3813454.

HSL color Cylindrical-coordinate representation of color #4E303A: hue angle of 340º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E303A is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB784858-
CMYK00.380.260.69
HSL340º23.81%24.71%-
HSV(B)340º38.46%30.59%-
XYZ4.964.044.52-
YUV58.11127.94142.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.39%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=42.39%
G=26.09%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78485800.380.260.6934023.8124.71
Hex4E303A0261A451541819
Octal1166072046321055243031
Binary100111011000011101001001101101010001011010101001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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