Html Css Color HEX #3C3028 Sambuca

📋 copy color: '#3C3028'

red 60 ◦ green 48 ◦ blue 40

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

Shades of Sambuca #3C3028

Tints of Sambuca #3C3028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 40.54%
G = 32.43%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#3C3028 (or 0x3C3028) is known color: Sambuca. HEX triplet: 3C, 30 and 28. RGB value is (60,48,40). Sum of RGB (Red+Green+Blue) = 60+48+40=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3028 is #C3CFD7. Grayscale: #323232. Windows color (decimal): -12832728 or 2633788. OLE color: 2633788.

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

Color convert

RGB 60 48 40 -
CMYK 0 0.20 0.33 0.76
HSL 24º 0.2% 0.2% -
HSV(B) 24º 0.33% 0.24% -
XYZ 3.3 3.23 2.46 -
YUV 50.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 60 48 40 0 0.20 0.33 0.76 24 0.2 0.2
Hex 3C 30 28 0 14 21 4C 18 14 14
Octal 74 60 50 0 24 41 114 30 24 24
Binary 111100 110000 101000 0 10100 100001 1001100 11000 10100 10100

Color Harmonies of #3C3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3028

Black with #3C3028

Text Example


Text Example

White with #3C3028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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