Html Css Color HEX #3B2C23 Sambuca

📋 copy color: '#3B2C23'

red 59 ◦ green 44 ◦ blue 35

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

Shades of Sambuca #3B2C23

Tints of Sambuca #3B2C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.88%

 BLUE value IS 35 (14.06% from 255) = 25.36%

R = 42.75%
G = 31.88%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.77

RGB Variations

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

Color information

#3B2C23 (or 0x3B2C23) is known color: Sambuca. HEX triplet: 3B, 2C and 23. RGB value is (59,44,35). Sum of RGB (Red+Green+Blue) = 59+44+35=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C23 is #C4D3DC. Grayscale: #2F2F2F. Windows color (decimal): -12899293 or 2305083. OLE color: 2305083.

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

Color convert

RGB 59 44 35 -
CMYK 0 0.25 0.41 0.77
HSL 22.5º 0.26% 0.18% -
HSV(B) 22.5º 0.41% 0.23% -
XYZ 3.01 2.85 1.98 -
YUV 47.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 59 44 35 0 0.25 0.41 0.77 22.5 0.26 0.18
Hex 3B 2C 23 0 19 29 4D 16 1A 12
Octal 73 54 43 0 31 51 115 26 32 22
Binary 111011 101100 100011 0 11001 101001 1001101 10110 11010 10010

Color Harmonies of #3B2C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2C23

Black with #3B2C23

Text Example


Text Example

White with #3B2C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,44,35); }

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

background-color css

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

 a { background-color: rgb(59,44,35); }

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

border-color css

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

 span { border-color: rgb(59,44,35); }

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