Html Css Color HEX #3C3029 Sambuca

📋 copy color: '#3C3029'

red 60 ◦ green 48 ◦ blue 41

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

Shades of Sambuca #3C3029

Tints of Sambuca #3C3029

RGB

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

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

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

R = 40.27%
G = 32.21%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#3C3029 (or 0x3C3029) is known color: Sambuca. HEX triplet: 3C, 30 and 29. RGB value is (60,48,41). Sum of RGB (Red+Green+Blue) = 60+48+41=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3029 is #C3CFD6. Grayscale: #323232. Windows color (decimal): -12832727 or 2699324. OLE color: 2699324.

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

Color convert

RGB 60 48 41 -
CMYK 0 0.20 0.32 0.76
HSL 22.11º 0.19% 0.2% -
HSV(B) 22.11º 0.32% 0.24% -
XYZ 3.32 3.23 2.55 -
YUV 50.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 60 48 41 0 0.20 0.32 0.76 22.11 0.19 0.2
Hex 3C 30 29 0 14 20 4C 16 13 14
Octal 74 60 51 0 24 40 114 26 23 24
Binary 111100 110000 101001 0 10100 100000 1001100 10110 10011 10100

Color Harmonies of #3C3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3029

Black with #3C3029

Text Example


Text Example

White with #3C3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,48,41); }

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

background-color css

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

 a { background-color: rgb(60,48,41); }

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

border-color css

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

 span { border-color: rgb(60,48,41); }

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