#31392F

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

Shades of Oil #31392F

Tints of Oil #31392F

Color information

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

HSL color Cylindrical-coordinate representation of color #31392F: hue angle of 108º 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 #31392F is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB495747-
CMYK0.1400.180.78
HSL108º9.62%20.39%-
HSV(B)108º17.54%22.35%-
XYZ3.243.783.25-
YUV53.47124.35124.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957470.1400.180.781089.6220.39
Hex31392FE0124E6ca14
Octal617157160221161541224
Binary110001111001101111111001001010011101101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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