#31392C

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

Shades of Oil #31392C

Tints of Oil #31392C

Color information

#31392C (or 0x31392C) is unknown color: approx Oil. HEX triplet: 31, 39 and 2C. RGB value is (49,57,44). Sum of RGB (Red+Green+Blue) = 49+57+44=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #31392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31392C is #CEC6D3. Grayscale: #353535. Windows color (decimal): -13551316 or 2898225. OLE color: 2898225.

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

Color convert

RGB495744-
CMYK0.1400.230.78
HSL96.92º12.87%19.8%-
HSV(B)96.92º22.81%22.35%-
XYZ3.183.762.94-
YUV53.13122.85125.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=32.67%
G=38%
B=29.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957440.1400.230.7896.9212.8719.8
Hex31392CE0174E61d14
Octal617154160271161411524
Binary110001111001101100111001011110011101100001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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