Html Css Color HEX #3D3229 Sambuca

📋 copy color: '#3D3229'

red 61 ◦ green 50 ◦ blue 41

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

Shades of Sambuca #3D3229

Tints of Sambuca #3D3229

RGB

 RED value IS 61 (24.22% from 255) = 40.13%

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

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 40.13%
G = 32.89%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#3D3229 (or 0x3D3229) is known color: Sambuca. HEX triplet: 3D, 32 and 29. RGB value is (61,50,41). Sum of RGB (Red+Green+Blue) = 61+50+41=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3229 is #C2CDD6. Grayscale: #343434. Windows color (decimal): -12766679 or 2699837. OLE color: 2699837.

HSL color Cylindrical-coordinate representation of color #3D3229: hue angle of 27º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D3229 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 50 41 -
CMYK 0 0.18 0.33 0.76
HSL 27º 0.2% 0.2% -
HSV(B) 27º 0.33% 0.24% -
XYZ 3.47 3.43 2.58 -
YUV 52.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 61 50 41 0 0.18 0.33 0.76 27 0.2 0.2
Hex 3D 32 29 0 12 21 4C 1B 14 14
Octal 75 62 51 0 22 41 114 33 24 24
Binary 111101 110010 101001 0 10010 100001 1001100 11011 10100 10100

Color Harmonies of #3D3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3229

Black with #3D3229

Text Example


Text Example

White with #3D3229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,50,41); }

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

background-color css

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

 a { background-color: rgb(61,50,41); }

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

border-color css

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

 span { border-color: rgb(61,50,41); }

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