#52303C

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

Shades of Wine Berry #52303C

Tints of Wine Berry #52303C

Color information

#52303C (or 0x52303C) is unknown color: approx Wine Berry. HEX triplet: 52, 30 and 3C. RGB value is (82,48,60). Sum of RGB (Red+Green+Blue) = 82+48+60=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #52303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52303C is #ADCFC3. Grayscale: #3B3B3B. Windows color (decimal): -11390916 or 3944530. OLE color: 3944530.

HSL color Cylindrical-coordinate representation of color #52303C: hue angle of 338.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52303C is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB824860-
CMYK00.410.270.68
HSL338.82º26.15%25.49%-
HSV(B)338.82º41.46%32.16%-
XYZ5.354.234.81-
YUV59.53128.26144.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=43.16%
G=25.26%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82486000.410.270.68338.8226.1525.49
Hex52303C0291B441531a19
Octal1226074051331045233231
Binary101001011000011110001010011101110001001010100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52303C; }

 p { color: rgb(82,48,60); }

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

<style>
 a { background-color: #52303C; }

 a { background-color: rgb(82,48,60); }

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

<style>
 span { border-color: #52303C; }

 span { border-color: rgb(82,48,60); }

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