Html Css Color HEX #3C2E26 Sambuca

📋 copy color: '#3C2E26'

red 60 ◦ green 46 ◦ blue 38

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

Shades of Sambuca #3C2E26

Tints of Sambuca #3C2E26

RGB

 RED value IS 60 (23.83% from 255) = 41.67%

 GREEN value IS 46 (18.36% from 255) = 31.94%

 BLUE value IS 38 (15.23% from 255) = 26.39%

R = 41.67%
G = 31.94%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.76

RGB Variations

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

Color information

#3C2E26 (or 0x3C2E26) is known color: Sambuca. HEX triplet: 3C, 2E and 26. RGB value is (60,46,38). Sum of RGB (Red+Green+Blue) = 60+46+38=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2E26 is #C3D1D9. Grayscale: #313131. Windows color (decimal): -12833242 or 2502204. OLE color: 2502204.

HSL color Cylindrical-coordinate representation of color #3C2E26: hue angle of 21.82º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C2E26 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 46 38 -
CMYK 0 0.23 0.37 0.76
HSL 21.82º 0.22% 0.19% -
HSV(B) 21.82º 0.37% 0.24% -
XYZ 3.19 3.05 2.26 -
YUV 49.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 60 46 38 0 0.23 0.37 0.76 21.82 0.22 0.19
Hex 3C 2E 26 0 17 25 4C 16 16 13
Octal 74 56 46 0 27 45 114 26 26 23
Binary 111100 101110 100110 0 10111 100101 1001100 10110 10110 10011

Color Harmonies of #3C2E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2E26

Black with #3C2E26

Text Example


Text Example

White with #3C2E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,46,38); }

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

background-color css

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

 a { background-color: rgb(60,46,38); }

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

border-color css

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

 span { border-color: rgb(60,46,38); }

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