#323B2E

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

Shades of Oil #323B2E

Tints of Oil #323B2E

Color information

#323B2E (or 0x323B2E) is unknown color: approx Oil. HEX triplet: 32, 3B and 2E. RGB value is (50,59,46). Sum of RGB (Red+Green+Blue) = 50+59+46=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #323B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B2E is #CDC4D1. Grayscale: #363636. Windows color (decimal): -13485266 or 3029810. OLE color: 3029810.

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

Color convert

RGB505946-
CMYK0.1500.220.77
HSL101.54º12.38%20.59%-
HSV(B)101.54º22.03%23.14%-
XYZ3.3743.18-
YUV54.83123.02124.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=32.26%
G=38.06%
B=29.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5059460.1500.220.77101.5412.3820.59
Hex323B2EF0164D66c15
Octal627356170261151461425
Binary110010111011101110111101011010011011100110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,46); }

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

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

 a { background-color: rgb(50,59,46); }

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

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

 span { border-color: rgb(50,59,46); }

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