Html Css Color HEX #3B322B Sambuca

📋 copy color: '#3B322B'

red 59 ◦ green 50 ◦ blue 43

#3B322B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sambuca #3B322B

Tints of Sambuca #3B322B

RGB

 RED value IS 59 (23.44% from 255) = 38.82%

 GREEN value IS 50 (19.92% from 255) = 32.89%

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 38.82%
G = 32.89%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#3B322B (or 0x3B322B) is known color: Sambuca. HEX triplet: 3B, 32 and 2B. RGB value is (59,50,43). Sum of RGB (Red+Green+Blue) = 59+50+43=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B322B is #C4CDD4. Grayscale: #333333. Windows color (decimal): -12897749 or 2830907. OLE color: 2830907.

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

Color convert

RGB 59 50 43 -
CMYK 0 0.15 0.27 0.77
HSL 26.25º 0.16% 0.2% -
HSV(B) 26.25º 0.27% 0.23% -
XYZ 3.38 3.39 2.76 -
YUV 51.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 59 50 43 0 0.15 0.27 0.77 26.25 0.16 0.2
Hex 3B 32 2B 0 F 1B 4D 1A 10 14
Octal 73 62 53 0 17 33 115 32 20 24
Binary 111011 110010 101011 0 1111 11011 1001101 11010 10000 10100

Color Harmonies of #3B322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B322B

Black with #3B322B

Text Example


Text Example

White with #3B322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,50,43); }

 H1.HeaderClassName
 {
   color: #3B322B;
 }
 .AnyTagClassName
 {
   color: #3B322B;
 }
</style>

background-color css

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

 a { background-color: rgb(59,50,43); }

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

border-color css

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

 span { border-color: rgb(59,50,43); }

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