#323E2B

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

Shades of Oil #323E2B

Tints of Oil #323E2B

Color information

#323E2B (or 0x323E2B) is unknown color: approx Oil. HEX triplet: 32, 3E and 2B. RGB value is (50,62,43). Sum of RGB (Red+Green+Blue) = 50+62+43=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #323E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E2B is #CDC1D4. Grayscale: #383838. Windows color (decimal): -13484501 or 2833970. OLE color: 2833970.

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

Color convert

RGB506243-
CMYK0.1900.310.76
HSL97.89º18.1%20.59%-
HSV(B)97.89º30.65%24.31%-
XYZ3.474.32.93-
YUV56.25120.52123.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=32.26%
G=40%
B=27.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5062430.1900.310.7697.8918.120.59
Hex323E2B1301F4C621215
Octal627653230371141422225
Binary11001011111010101110011011111100110011000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,62,43); }

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

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

 a { background-color: rgb(50,62,43); }

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

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

 span { border-color: rgb(50,62,43); }

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