#31362E

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

Shades of Oil #31362E

Tints of Oil #31362E

Color information

#31362E (or 0x31362E) is unknown color: approx Oil. HEX triplet: 31, 36 and 2E. RGB value is (49,54,46). Sum of RGB (Red+Green+Blue) = 49+54+46=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 54 - color contains mainly: green. Hex color #31362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31362E is #CEC9D1. Grayscale: #333333. Windows color (decimal): -13552082 or 3028529. OLE color: 3028529.

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

Color convert

RGB495446-
CMYK0.0900.150.79
HSL97.5º8%19.61%-
HSV(B)97.5º14.81%21.18%-
XYZ3.083.493.1-
YUV51.59124.84126.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=32.89%
G=36.24%
B=30.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4954460.0900.150.7997.5819.61
Hex31362E90F4F61814
Octal616656110171171411024
Binary11000111011010111010010111110011111100001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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