#39312E

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

Shades of Gondola #39312E

Tints of Gondola #39312E

Color information

#39312E (or 0x39312E) is unknown color: approx Gondola. HEX triplet: 39, 31 and 2E. RGB value is (57,49,46). Sum of RGB (Red+Green+Blue) = 57+49+46=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #39312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39312E is #C6CED1. Grayscale: #333333. Windows color (decimal): -13029074 or 3027257. OLE color: 3027257.

HSL color Cylindrical-coordinate representation of color #39312E: hue angle of 16.36º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #39312E is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB574946-
CMYK00.140.190.78
HSL16.36º10.68%20.2%-
HSV(B)16.36º19.3%22.35%-
XYZ3.283.263.04-
YUV51.05125.15132.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=37.5%
G=32.24%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57494600.140.190.7816.3610.6820.2
Hex39312E0E134E10b14
Octal71615601623116201324
Binary1110011100011011100111010011100111010000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39312E; }

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

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

<style>
 a { background-color: #39312E; }

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

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

<style>
 span { border-color: #39312E; }

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

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