#323931

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

Shades of Oil #323931

Tints of Oil #323931

Color information

#323931 (or 0x323931) is unknown color: approx Oil. HEX triplet: 32, 39 and 31. RGB value is (50,57,49). Sum of RGB (Red+Green+Blue) = 50+57+49=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #323931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323931 is #CDC6CE. Grayscale: #363636. Windows color (decimal): -13485775 or 3225906. OLE color: 3225906.

HSL color Cylindrical-coordinate representation of color #323931: hue angle of 112.5º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #323931 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB505749-
CMYK0.1200.140.78
HSL112.5º7.55%20.78%-
HSV(B)112.5º14.04%22.35%-
XYZ3.333.833.47-
YUV53.99125.18125.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=32.05%
G=36.54%
B=31.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5057490.1200.140.78112.57.5520.78
Hex323931C0E4E70815
Octal627161140161161601025
Binary11001011100111000111000111010011101110000100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323931; }

 p { color: rgb(50,57,49); }

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

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

 a { background-color: rgb(50,57,49); }

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

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

 span { border-color: rgb(50,57,49); }

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