#313530

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

Shades of Oil #313530

Tints of Oil #313530

Color information

#313530 (or 0x313530) is unknown color: approx Oil. HEX triplet: 31, 35 and 30. RGB value is (49,53,48). Sum of RGB (Red+Green+Blue) = 49+53+48=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 53 - color contains mainly: green. Hex color #313530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313530 is #CECACF. Grayscale: #333333. Windows color (decimal): -13552336 or 3159345. OLE color: 3159345.

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

Color convert

RGB495348-
CMYK0.0800.090.79
HSL108º4.95%19.8%-
HSV(B)108º9.43%20.78%-
XYZ3.073.413.29-
YUV51.23126.17126.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 48 (19.14% from 255) = 32%
R=32.67%
G=35.33%
B=32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4953480.0800.090.791084.9519.8
Hex3135308094F6c514
Octal61656010011117154524
Binary1100011101011100001000010011001111110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313530; }

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

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

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

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

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

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

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

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