#313E29

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

Shades of Oil #313E29

Tints of Oil #313E29

Color information

#313E29 (or 0x313E29) is unknown color: approx Oil. HEX triplet: 31, 3E and 29. RGB value is (49,62,41). Sum of RGB (Red+Green+Blue) = 49+62+41=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #313E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E29 is #CEC1D6. Grayscale: #373737. Windows color (decimal): -13550039 or 2702897. OLE color: 2702897.

HSL color Cylindrical-coordinate representation of color #313E29: hue angle of 97.14º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #313E29 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.

Color convert

RGB496241-
CMYK0.2100.340.76
HSL97.14º20.39%20.2%-
HSV(B)97.14º33.87%24.31%-
XYZ3.394.262.74-
YUV55.72119.69123.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=32.24%
G=40.79%
B=26.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4962410.2100.340.7697.1420.3920.2
Hex313E29150224C611414
Octal617651250421141412424
Binary110001111110101001101010100010100110011000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313E29; }

 p { color: rgb(49,62,41); }

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

<style>
 a { background-color: #313E29; }

 a { background-color: rgb(49,62,41); }

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

<style>
 span { border-color: #313E29; }

 span { border-color: rgb(49,62,41); }

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