#52303A

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

Shades of Wine Berry #52303A

Tints of Wine Berry #52303A

Color information

#52303A (or 0x52303A) is unknown color: approx Wine Berry. HEX triplet: 52, 30 and 3A. RGB value is (82,48,58). Sum of RGB (Red+Green+Blue) = 82+48+58=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #52303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52303A is #ADCFC5. Grayscale: #3B3B3B. Windows color (decimal): -11390918 or 3813458. OLE color: 3813458.

HSL color Cylindrical-coordinate representation of color #52303A: hue angle of 342.35º 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 #52303A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB824858-
CMYK00.410.290.68
HSL342.35º26.15%25.49%-
HSV(B)342.35º41.46%32.16%-
XYZ5.34.214.54-
YUV59.31127.26144.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=43.62%
G=25.53%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82485800.410.290.68342.3526.1525.49
Hex52303A0291D441561a19
Octal1226072051351045263231
Binary101001011000011101001010011110110001001010101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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