#3C302C

Color #3C302C Gondola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gondola #3C302C

Tints of Gondola #3C302C

Color information

#3C302C (or 0x3C302C) is unknown color: approx Gondola. HEX triplet: 3C, 30 and 2C. RGB value is (60,48,44). Sum of RGB (Red+Green+Blue) = 60+48+44=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 60 - color contains mainly: red. Hex color #3C302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C302C is #C3CFD3. Grayscale: #333333. Windows color (decimal): -12832724 or 2895932. OLE color: 2895932.

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

Color convert

RGB604844-
CMYK00.200.270.76
HSL15º15.38%20.39%-
HSV(B)15º26.67%23.53%-
XYZ3.383.262.83-
YUV51.13123.98134.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.47%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=39.47%
G=31.58%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60484400.200.270.761515.3820.39
Hex3C302C0141B4Cff14
Octal74605402433114171724
Binary1111001100001011000101001101110011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C302C;
 }
 .AnyTagClassName
 {
   color: #3C302C;
 }
</style>
background-color css

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

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

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

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

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

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