#313B2F

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

Shades of Oil #313B2F

Tints of Oil #313B2F

Color information

#313B2F (or 0x313B2F) is unknown color: approx Oil. HEX triplet: 31, 3B and 2F. RGB value is (49,59,47). Sum of RGB (Red+Green+Blue) = 49+59+47=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #313B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B2F is #CEC4D0. Grayscale: #363636. Windows color (decimal): -13550801 or 3095345. OLE color: 3095345.

HSL color Cylindrical-coordinate representation of color #313B2F: hue angle of 110º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #313B2F is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB495947-
CMYK0.1700.200.77
HSL110º11.32%20.78%-
HSV(B)110º20.34%23.14%-
XYZ3.343.993.28-
YUV54.64123.69123.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=31.61%
G=38.06%
B=30.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4959470.1700.200.7711011.3220.78
Hex313B2F110144D6eb15
Octal617357210241151561325
Binary1100011110111011111000101010010011011101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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