#3B3029

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

Shades of Sambuca #3B3029

Tints of Sambuca #3B3029

Color information

#3B3029 (or 0x3B3029) is unknown color: approx Sambuca. HEX triplet: 3B, 30 and 29. RGB value is (59,48,41). Sum of RGB (Red+Green+Blue) = 59+48+41=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3029 is #C4CFD6. Grayscale: #323232. Windows color (decimal): -12898263 or 2699323. OLE color: 2699323.

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

Color convert

RGB594841-
CMYK00.190.310.77
HSL23.33º18%19.61%-
HSV(B)23.33º30.51%23.14%-
XYZ3.263.22.54-
YUV50.49122.64134.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=39.86%
G=32.43%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59484100.190.310.7723.331819.61
Hex3B30290131F4D171214
Octal73605102337115272224
Binary111011110000101001010011111111001101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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