#39312F

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

Shades of Gondola #39312F

Tints of Gondola #39312F

Color information

#39312F (or 0x39312F) is unknown color: approx Gondola. HEX triplet: 39, 31 and 2F. RGB value is (57,49,47). Sum of RGB (Red+Green+Blue) = 57+49+47=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 57 - color contains mainly: red. Hex color #39312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39312F is #C6CED0. Grayscale: #333333. Windows color (decimal): -13029073 or 3092793. OLE color: 3092793.

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

Color convert

RGB574947-
CMYK00.140.180.78
HSL12º9.62%20.39%-
HSV(B)12º17.54%22.35%-
XYZ3.33.273.15-
YUV51.16125.65132.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.25%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=37.25%
G=32.03%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57494700.140.180.78129.6220.39
Hex39312F0E124Eca14
Octal71615701622116141224
Binary111001110001101111011101001010011101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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