#3B2E28

Color #3B2E28 Sambuca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sambuca #3B2E28

Tints of Sambuca #3B2E28

Color information

#3B2E28 (or 0x3B2E28) is unknown color: approx Sambuca. HEX triplet: 3B, 2E and 28. RGB value is (59,46,40). Sum of RGB (Red+Green+Blue) = 59+46+40=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E28 is #C4D1D7. Grayscale: #313131. Windows color (decimal): -12898776 or 2633275. OLE color: 2633275.

HSL color Cylindrical-coordinate representation of color #3B2E28: hue angle of 18.95º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B2E28 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB594640-
CMYK00.220.320.77
HSL18.95º19.19%19.41%-
HSV(B)18.95º32.2%23.14%-
XYZ3.163.042.43-
YUV49.2122.81134.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.69%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=40.69%
G=31.72%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59464000.220.320.7718.9519.1919.41
Hex3B2E28016204D131313
Octal73565002640115232323
Binary1110111011101010000101101000001001101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2E28; }

 p { color: rgb(59,46,40); }

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

<style>
 a { background-color: #3B2E28; }

 a { background-color: rgb(59,46,40); }

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

<style>
 span { border-color: #3B2E28; }

 span { border-color: rgb(59,46,40); }

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