#3B2F2A

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

Shades of Sambuca #3B2F2A

Tints of Sambuca #3B2F2A

Color information

#3B2F2A (or 0x3B2F2A) is unknown color: approx Sambuca. HEX triplet: 3B, 2F and 2A. RGB value is (59,47,42). Sum of RGB (Red+Green+Blue) = 59+47+42=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F2A is #C4D0D5. Grayscale: #323232. Windows color (decimal): -12898518 or 2764603. OLE color: 2764603.

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

Color convert

RGB594742-
CMYK00.200.290.77
HSL17.65º16.83%19.8%-
HSV(B)17.65º28.81%23.14%-
XYZ3.243.132.62-
YUV50.02123.48134.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=39.86%
G=31.76%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59474200.200.290.7717.6516.8319.8
Hex3B2F2A0141D4D121114
Octal73575202435115222124
Binary111011101111101010010100111011001101100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,47,42); }

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

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

 a { background-color: rgb(59,47,42); }

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

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

 span { border-color: rgb(59,47,42); }

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