Html Css Color HEX #3C2F25 Sambuca

📋 copy color: '#3C2F25'

red 60 ◦ green 47 ◦ blue 37

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

Shades of Sambuca #3C2F25

Tints of Sambuca #3C2F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.64%

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 41.67%
G = 32.64%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#3C2F25 (or 0x3C2F25) is known color: Sambuca. HEX triplet: 3C, 2F and 25. RGB value is (60,47,37). Sum of RGB (Red+Green+Blue) = 60+47+37=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F25 is #C3D0DA. Grayscale: #313131. Windows color (decimal): -12832987 or 2436924. OLE color: 2436924.

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

Color convert

RGB 60 47 37 -
CMYK 0 0.22 0.38 0.76
HSL 26.09º 0.24% 0.19% -
HSV(B) 26.09º 0.38% 0.24% -
XYZ 3.21 3.13 2.18 -
YUV 49.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 60 47 37 0 0.22 0.38 0.76 26.09 0.24 0.19
Hex 3C 2F 25 0 16 26 4C 1A 18 13
Octal 74 57 45 0 26 46 114 32 30 23
Binary 111100 101111 100101 0 10110 100110 1001100 11010 11000 10011

Color Harmonies of #3C2F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2F25

Black with #3C2F25

Text Example


Text Example

White with #3C2F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,47,37); }

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

background-color css

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

 a { background-color: rgb(60,47,37); }

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

border-color css

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

 span { border-color: rgb(60,47,37); }

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