#31352E

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

Shades of Oil #31352E

Tints of Oil #31352E

Color information

#31352E (or 0x31352E) is unknown color: approx Oil. HEX triplet: 31, 35 and 2E. RGB value is (49,53,46). Sum of RGB (Red+Green+Blue) = 49+53+46=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 53 - color contains mainly: green. Hex color #31352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31352E is #CECAD1. Grayscale: #333333. Windows color (decimal): -13552338 or 3028273. OLE color: 3028273.

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

Color convert

RGB495346-
CMYK0.0800.130.79
HSL94.29º7.07%19.41%-
HSV(B)94.29º13.21%20.78%-
XYZ3.033.43.08-
YUV51.01125.17126.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=33.11%
G=35.81%
B=31.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4953460.0800.130.7994.297.0719.41
Hex31352E80D4F5e713
Octal61655610015117136723
Binary1100011101011011101000011011001111101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31352E; }

 p { color: rgb(49,53,46); }

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

<style>
 a { background-color: #31352E; }

 a { background-color: rgb(49,53,46); }

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

<style>
 span { border-color: #31352E; }

 span { border-color: rgb(49,53,46); }

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