#31352F

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

Shades of Oil #31352F

Tints of Oil #31352F

Color information

#31352F (or 0x31352F) is unknown color: approx Oil. HEX triplet: 31, 35 and 2F. RGB value is (49,53,47). Sum of RGB (Red+Green+Blue) = 49+53+47=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 53 - color contains mainly: green. Hex color #31352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31352F is #CECAD0. Grayscale: #333333. Windows color (decimal): -13552337 or 3093809. OLE color: 3093809.

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

Color convert

RGB495347-
CMYK0.0800.110.79
HSL100º6%19.61%-
HSV(B)100º11.32%20.78%-
XYZ3.053.43.19-
YUV51.12125.67126.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=32.89%
G=35.57%
B=31.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4953470.0800.110.79100619.61
Hex31352F80B4F64614
Octal61655710013117144624
Binary1100011101011011111000010111001111110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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