#3B3028

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

Shades of Sambuca #3B3028

Tints of Sambuca #3B3028

Color information

#3B3028 (or 0x3B3028) is unknown color: approx Sambuca. HEX triplet: 3B, 30 and 28. RGB value is (59,48,40). Sum of RGB (Red+Green+Blue) = 59+48+40=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3028 is #C4CFD7. Grayscale: #323232. Windows color (decimal): -12898264 or 2633787. OLE color: 2633787.

HSL color Cylindrical-coordinate representation of color #3B3028: hue angle of 25.26º 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 #3B3028 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB594840-
CMYK00.190.320.77
HSL25.26º19.19%19.41%-
HSV(B)25.26º32.2%23.14%-
XYZ3.243.22.45-
YUV50.38122.14134.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.14%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=40.14%
G=32.65%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59484000.190.320.7725.2619.1919.41
Hex3B3028013204D191313
Octal73605002340115312323
Binary1110111100001010000100111000001001101110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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