#58303B

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

Shades of Wine Berry #58303B

Tints of Wine Berry #58303B

Color information

#58303B (or 0x58303B) is unknown color: approx Wine Berry. HEX triplet: 58, 30 and 3B. RGB value is (88,48,59). Sum of RGB (Red+Green+Blue) = 88+48+59=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58303B is #A7CFC4. Grayscale: #3D3D3D. Windows color (decimal): -10997701 or 3879000. OLE color: 3879000.

HSL color Cylindrical-coordinate representation of color #58303B: hue angle of 343.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58303B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB884859-
CMYK00.450.330.65
HSL343.5º29.41%26.67%-
HSV(B)343.5º45.45%34.51%-
XYZ5.874.54.7-
YUV61.21126.75147.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=45.13%
G=24.62%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88485900.450.330.65343.529.4126.67
Hex58303B02D21411581d1b
Octal1306073055411015303533
Binary1011000110000111011010110110000110000011010110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58303B; }

 p { color: rgb(88,48,59); }

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

<style>
 a { background-color: #58303B; }

 a { background-color: rgb(88,48,59); }

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

<style>
 span { border-color: #58303B; }

 span { border-color: rgb(88,48,59); }

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