#323C2F

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

Shades of Oil #323C2F

Tints of Oil #323C2F

Color information

#323C2F (or 0x323C2F) is unknown color: approx Oil. HEX triplet: 32, 3C and 2F. RGB value is (50,60,47). Sum of RGB (Red+Green+Blue) = 50+60+47=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #323C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C2F is #CDC3D0. Grayscale: #373737. Windows color (decimal): -13485009 or 3095602. OLE color: 3095602.

HSL color Cylindrical-coordinate representation of color #323C2F: hue angle of 106.15º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323C2F is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.

Color convert

RGB506047-
CMYK0.1700.220.76
HSL106.15º12.15%20.98%-
HSV(B)106.15º21.67%23.53%-
XYZ3.444.123.3-
YUV55.53123.19124.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=31.85%
G=38.22%
B=29.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5060470.1700.220.76106.1512.1520.98
Hex323C2F110164C6ac15
Octal627457210261141521425
Binary1100101111001011111000101011010011001101010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323C2F; }

 p { color: rgb(50,60,47); }

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

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

 a { background-color: rgb(50,60,47); }

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

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

 span { border-color: rgb(50,60,47); }

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