#3B312E

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

Shades of Gondola #3B312E

Tints of Gondola #3B312E

Color information

#3B312E (or 0x3B312E) is unknown color: approx Gondola. HEX triplet: 3B, 31 and 2E. RGB value is (59,49,46). Sum of RGB (Red+Green+Blue) = 59+49+46=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 59 - color contains mainly: red. Hex color #3B312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B312E is #C4CED1. Grayscale: #333333. Windows color (decimal): -12898002 or 3027259. OLE color: 3027259.

HSL color Cylindrical-coordinate representation of color #3B312E: hue angle of 13.85º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B312E is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB594946-
CMYK00.170.220.77
HSL13.85º12.38%20.59%-
HSV(B)13.85º22.03%23.14%-
XYZ3.43.323.05-
YUV51.65124.81133.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=38.31%
G=31.82%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59494600.170.220.7713.8512.3820.59
Hex3B312E011164Dec15
Octal73615602126115161425
Binary1110111100011011100100011011010011011110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,46); }

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

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

 a { background-color: rgb(59,49,46); }

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

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

 span { border-color: rgb(59,49,46); }

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