#4B343B

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

Shades of Wine Berry #4B343B

Tints of Wine Berry #4B343B

Color information

#4B343B (or 0x4B343B) is unknown color: approx Wine Berry. HEX triplet: 4B, 34 and 3B. RGB value is (75,52,59). Sum of RGB (Red+Green+Blue) = 75+52+59=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B343B is #B4CBC4. Grayscale: #3B3B3B. Windows color (decimal): -11848645 or 3880011. OLE color: 3880011.

HSL color Cylindrical-coordinate representation of color #4B343B: hue angle of 341.74º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B343B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB755259-
CMYK00.310.210.71
HSL341.74º18.11%24.9%-
HSV(B)341.74º30.67%29.41%-
XYZ4.924.274.7-
YUV59.68127.62138.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.32%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 59 (23.44% from 255) = 31.72%
R=40.32%
G=27.96%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75525900.310.210.71341.7418.1124.9
Hex4B343B01F15471561219
Octal1136473037251075262231
Binary10010111101001110110111111010110001111010101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,59); }

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

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

 a { background-color: rgb(75,52,59); }

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

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

 span { border-color: rgb(75,52,59); }

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