Html Css Color HEX #3B3027 Sambuca

📋 copy color: '#3B3027'

red 59 ◦ green 48 ◦ blue 39

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

Shades of Sambuca #3B3027

Tints of Sambuca #3B3027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.88%

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 40.41%
G = 32.88%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.77

RGB Variations

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

Color information

#3B3027 (or 0x3B3027) is known color: Sambuca. HEX triplet: 3B, 30 and 27. RGB value is (59,48,39). Sum of RGB (Red+Green+Blue) = 59+48+39=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3027 is #C4CFD8. Grayscale: #323232. Windows color (decimal): -12898265 or 2568251. OLE color: 2568251.

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

Color convert

RGB 59 48 39 -
CMYK 0 0.19 0.34 0.77
HSL 27º 0.2% 0.19% -
HSV(B) 27º 0.34% 0.23% -
XYZ 3.23 3.19 2.37 -
YUV 50.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 59 48 39 0 0.19 0.34 0.77 27 0.2 0.19
Hex 3B 30 27 0 13 22 4D 1B 14 13
Octal 73 60 47 0 23 42 115 33 24 23
Binary 111011 110000 100111 0 10011 100010 1001101 11011 10100 10011

Color Harmonies of #3B3027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3027

Black with #3B3027

Text Example


Text Example

White with #3B3027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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