#36312F

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

Shades of Gondola #36312F

Tints of Gondola #36312F

Color information

#36312F (or 0x36312F) is unknown color: approx Gondola. HEX triplet: 36, 31 and 2F. RGB value is (54,49,47). Sum of RGB (Red+Green+Blue) = 54+49+47=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 54 - color contains mainly: red. Hex color #36312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36312F is #C9CED0. Grayscale: #323232. Windows color (decimal): -13225681 or 3092790. OLE color: 3092790.

HSL color Cylindrical-coordinate representation of color #36312F: hue angle of 17.14º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #36312F is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB544947-
CMYK00.090.130.79
HSL17.14º6.93%19.8%-
HSV(B)17.14º12.96%21.18%-
XYZ3.133.193.14-
YUV50.27126.16130.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=36%
G=32.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54494700.090.130.7917.146.9319.8
Hex36312F09D4F11714
Octal6661570111511721724
Binary11011011000110111101001110110011111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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